#60FAB6

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

Shades of Aquamarine #60FAB6

Tints of Aquamarine #60FAB6

Color information

#60FAB6 (or 0x60FAB6) is unknown color: approx Aquamarine. HEX triplet: 60, FA and B6. RGB value is (96,250,182). Sum of RGB (Red+Green+Blue) = 96+250+182=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FAB6 is #9F0549. Grayscale: #C4C4C4. Windows color (decimal): -10421578 or 11991648. OLE color: 11991648.

HSL color Cylindrical-coordinate representation of color #60FAB6: hue angle of 153.51º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FAB6 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB96250182-
CMYK0.6200.270.02
HSL153.51º93.9%67.84%-
HSV(B)153.51º61.6%98.04%-
XYZ47.4574.2456.08-
YUV196.2119.9856.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.18%
GREEN value IS 250 (98.05% from 255) = 47.35%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=18.18%
G=47.35%
B=34.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962501820.6200.270.02153.5193.967.84
Hex60FAB63E01B29a5e44
Octal140372266760332232136104
Binary11000001111101010110110111110011011101001101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,250,182); }

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

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

 a { background-color: rgb(96,250,182); }

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

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

 span { border-color: rgb(96,250,182); }

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