#60D6B4

Color #60D6B4 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #60D6B4

Tints of Medium Aquamarine #60D6B4

Color information

#60D6B4 (or 0x60D6B4) is unknown color: approx Medium Aquamarine. HEX triplet: 60, D6 and B4. RGB value is (96,214,180). Sum of RGB (Red+Green+Blue) = 96+214+180=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #60D6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D6B4 is #9F294B. Grayscale: #AEAEAE. Windows color (decimal): -10430796 or 11851360. OLE color: 11851360.

HSL color Cylindrical-coordinate representation of color #60D6B4: hue angle of 162.71º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D6B4 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB96214180-
CMYK0.5500.160.16
HSL162.71º59%60.78%-
HSV(B)162.71º55.14%83.92%-
XYZ37.1153.8851.62-
YUV174.84130.9171.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 19.59%
GREEN value IS 214 (83.98% from 255) = 43.67%
BLUE value IS 180 (70.70% from 255) = 36.73%
R=19.59%
G=43.67%
B=36.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal962141800.5500.160.16162.715960.78
Hex60D6B43701010a33b3d
Octal14032626467020202437375
Binary110000011010110101101001101110100001000010100011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60D6B4; }

 p { color: rgb(96,214,180); }

 H1.HeaderClassName
 {
   color: #60D6B4;
 }
 .AnyTagClassName
 {
   color: #60D6B4;
 }
</style>
background-color css

<style>
 a { background-color: #60D6B4; }

 a { background-color: rgb(96,214,180); }

 div.DivClassName
 {
   background-color: #60D6B4;
 }
 .BgClassName
 {
   background-color: #60D6B4;
 }
</style>
border-color css

<style>
 span { border-color: #60D6B4; }

 span { border-color: rgb(96,214,180); }

 td.TdClassName
 {
   border-color: #60D6B4;
 }
 .TagClassName
 {
   border-color: #60D6B4;
 }
</style>