#60FBDE

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

Shades of Aquamarine #60FBDE

Tints of Aquamarine #60FBDE

Color information

#60FBDE (or 0x60FBDE) is unknown color: approx Aquamarine. HEX triplet: 60, FB and DE. RGB value is (96,251,222). Sum of RGB (Red+Green+Blue) = 96+251+222=569 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.87% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FBDE is #9F0421. Grayscale: #C9C9C9. Windows color (decimal): -10421282 or 14613344. OLE color: 14613344.

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

Color convert

RGB96251222-
CMYK0.6200.120.02
HSL168.77º95.09%68.04%-
HSV(B)168.77º61.75%98.43%-
XYZ52.5176.7681.16-
YUV201.35139.6552.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.87%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=16.87%
G=44.11%
B=39.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962512220.6200.120.02168.7795.0968.04
Hex60FBDE3E0C2a95f44
Octal140373336760142251137104
Binary1100000111110111101111011111001100101010100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,251,222); }

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

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

 a { background-color: rgb(96,251,222); }

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

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

 span { border-color: rgb(96,251,222); }

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