#60FCCD

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

Shades of Aquamarine #60FCCD

Tints of Aquamarine #60FCCD

Color information

#60FCCD (or 0x60FCCD) is unknown color: approx Aquamarine. HEX triplet: 60, FC and CD. RGB value is (96,252,205). Sum of RGB (Red+Green+Blue) = 96+252+205=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCCD is #9F0332. Grayscale: #C8C8C8. Windows color (decimal): -10421043 or 13499488. OLE color: 13499488.

HSL color Cylindrical-coordinate representation of color #60FCCD: hue angle of 161.92º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FCCD is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB96252205-
CMYK0.6200.190.01
HSL161.92º96.3%68.24%-
HSV(B)161.92º61.9%98.82%-
XYZ50.6576.5269.86-
YUV200130.8253.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.36%
GREEN value IS 252 (98.83% from 255) = 45.57%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=17.36%
G=45.57%
B=37.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal962522050.6200.190.01161.9296.368.24
Hex60FCCD3E0131a26044
Octal140374315760231242140104
Binary1100000111111001100110111111001001111010001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,252,205); }

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

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

 a { background-color: rgb(96,252,205); }

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

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

 span { border-color: rgb(96,252,205); }

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