#60FDCF

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

Shades of Aquamarine #60FDCF

Tints of Aquamarine #60FDCF

Color information

#60FDCF (or 0x60FDCF) is unknown color: approx Aquamarine. HEX triplet: 60, FD and CF. RGB value is (96,253,207). Sum of RGB (Red+Green+Blue) = 96+253+207=556 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.27% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDCF is #9F0230. Grayscale: #C8C8C8. Windows color (decimal): -10420785 or 13630816. OLE color: 13630816.

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

Color convert

RGB96253207-
CMYK0.6200.180.01
HSL162.42º97.52%68.43%-
HSV(B)162.42º62.06%99.22%-
XYZ51.2177.2471.24-
YUV200.81131.4953.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.27%
GREEN value IS 253 (99.22% from 255) = 45.50%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=17.27%
G=45.50%
B=37.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal962532070.6200.180.01162.4297.5268.43
Hex60FDCF3E0121a26244
Octal140375317760221242142104
Binary1100000111111011100111111111001001011010001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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