#60FAB7

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

Shades of Aquamarine #60FAB7

Tints of Aquamarine #60FAB7

Color information

#60FAB7 (or 0x60FAB7) is unknown color: approx Aquamarine. HEX triplet: 60, FA and B7. RGB value is (96,250,183). Sum of RGB (Red+Green+Blue) = 96+250+183=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FAB7 is #9F0548. Grayscale: #C4C4C4. Windows color (decimal): -10421577 or 12057184. OLE color: 12057184.

HSL color Cylindrical-coordinate representation of color #60FAB7: hue angle of 153.9º 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 #60FAB7 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB96250183-
CMYK0.6200.270.02
HSL153.9º93.9%67.84%-
HSV(B)153.9º61.6%98.04%-
XYZ47.5674.2856.63-
YUV196.32120.4856.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.15%
GREEN value IS 250 (98.05% from 255) = 47.26%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=18.15%
G=47.26%
B=34.59%

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
Decimal962501830.6200.270.02153.993.967.84
Hex60FAB73E01B29a5e44
Octal140372267760332232136104
Binary11000001111101010110111111110011011101001101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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