#60FDCD

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

Shades of Aquamarine #60FDCD

Tints of Aquamarine #60FDCD

Color information

#60FDCD (or 0x60FDCD) is unknown color: approx Aquamarine. HEX triplet: 60, FD and CD. RGB value is (96,253,205). Sum of RGB (Red+Green+Blue) = 96+253+205=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDCD is #9F0232. Grayscale: #C8C8C8. Windows color (decimal): -10420787 or 13499744. OLE color: 13499744.

HSL color Cylindrical-coordinate representation of color #60FDCD: hue angle of 161.66º degrees, saturation: 0.98, 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 #60FDCD is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB96253205-
CMYK0.6200.190.01
HSL161.66º97.52%68.43%-
HSV(B)161.66º62.06%99.22%-
XYZ50.9777.1569.96-
YUV200.58130.4953.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.33%
GREEN value IS 253 (99.22% from 255) = 45.67%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=17.33%
G=45.67%
B=37.00%

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
Decimal962532050.6200.190.01161.6697.5268.43
Hex60FDCD3E0131a26244
Octal140375315760231242142104
Binary1100000111111011100110111111001001111010001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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