Shades of Aquamarine #60FCCF
Tints of Aquamarine #60FCCF
RGB
CMYK
RGB Variations
Color information
#60FCCF (or 0x60FCCF) is known color: Aquamarine. HEX triplet: 60, FC and CF. RGB value is (96,252,207). Sum of RGB (Red+Green+Blue) = 96+252+207=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCCF is #9F0330. Grayscale: #C8C8C8. Windows color (decimal): -10421041 or 13630560. OLE color: 13630560.
HSL color Cylindrical-coordinate representation of color #60FCCF: hue angle of 162.69º 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 #60FCCF is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 252 | 207 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.01 |
| HSL | 162.69º | 0.96% | 0.68% | - |
| HSV(B) | 162.69º | 0.62% | 0.99% | - |
| XYZ | 50.9 | 76.61 | 71.14 | - |
| YUV | 200.23 | 131.82 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 252 | 207 | 0.62 | 0 | 0.18 | 0.01 | 162.69 | 0.96 | 0.68 |
| Hex | 60 | FC | CF | 3E | 0 | 12 | 1 | A3 | 60 | 44 |
| Octal | 140 | 374 | 317 | 76 | 0 | 22 | 1 | 243 | 140 | 104 |
| Binary | 1100000 | 11111100 | 11001111 | 111110 | 0 | 10010 | 1 | 10100011 | 1100000 | 1000100 |
Color Harmonies of #60FCCF
Complementary color
Monochromatic Colors of #60FCCF
Black with #60FCCF
Text Example
Text Example
White with #60FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FCCF; }
p { color: rgb(96,252,207); }
H1.HeaderClassName
{
color: #60FCCF;
}
.AnyTagClassName
{
color: #60FCCF;
}
</style>
background-color css
<style>
a { background-color: #60FCCF; }
a { background-color: rgb(96,252,207); }
div.DivClassName
{
background-color: #60FCCF;
}
.BgClassName
{
background-color: #60FCCF;
}
</style>
border-color css
<style>
span { border-color: #60FCCF; }
span { border-color: rgb(96,252,207); }
td.TdClassName
{
border-color: #60FCCF;
}
.TagClassName
{
border-color: #60FCCF;
}
</style>