Shades of Caribbean Green #05C2AA
Tints of Caribbean Green #05C2AA
RGB
CMYK
RGB Variations
Color information
#05C2AA (or 0x05C2AA) is known color: Caribbean Green. HEX triplet: 05, C2 and AA. RGB value is (5,194,170). Sum of RGB (Red+Green+Blue) = 5+194+170=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #05C2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C2AA is #FA3D55. Grayscale: #868686. Windows color (decimal): -16399702 or 11190789. OLE color: 11190789.
HSL color Cylindrical-coordinate representation of color #05C2AA: hue angle of 172.38º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C2AA is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 194 | 170 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.24 |
| HSL | 172.38º | 0.95% | 0.39% | - |
| HSV(B) | 172.38º | 0.97% | 0.76% | - |
| XYZ | 26.61 | 41.52 | 44.64 | - |
| YUV | 134.75 | 147.88 | 35.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 194 | 170 | 0.97 | 0 | 0.12 | 0.24 | 172.38 | 0.95 | 0.39 |
| Hex | 5 | C2 | AA | 61 | 0 | C | 18 | AC | 5F | 27 |
| Octal | 5 | 302 | 252 | 141 | 0 | 14 | 30 | 254 | 137 | 47 |
| Binary | 101 | 11000010 | 10101010 | 1100001 | 0 | 1100 | 11000 | 10101100 | 1011111 | 100111 |
Color Harmonies of #05C2AA
Complementary color
Monochromatic Colors of #05C2AA
Black with #05C2AA
Text Example
Text Example
White with #05C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C2AA; }
p { color: rgb(5,194,170); }
H1.HeaderClassName
{
color: #05C2AA;
}
.AnyTagClassName
{
color: #05C2AA;
}
</style>
background-color css
<style>
a { background-color: #05C2AA; }
a { background-color: rgb(5,194,170); }
div.DivClassName
{
background-color: #05C2AA;
}
.BgClassName
{
background-color: #05C2AA;
}
</style>
border-color css
<style>
span { border-color: #05C2AA; }
span { border-color: rgb(5,194,170); }
td.TdClassName
{
border-color: #05C2AA;
}
.TagClassName
{
border-color: #05C2AA;
}
</style>