Shades of Caribbean Green #05D2AA
Tints of Caribbean Green #05D2AA
RGB
CMYK
RGB Variations
Color information
#05D2AA (or 0x05D2AA) is known color: Caribbean Green. HEX triplet: 05, D2 and AA. RGB value is (5,210,170). Sum of RGB (Red+Green+Blue) = 5+210+170=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 210 (82.42% from 255 or 54.55% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 210 - color contains mainly: green. Hex color #05D2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D2AA is #FA2D55. Grayscale: #909090. Windows color (decimal): -16395606 or 11194885. OLE color: 11194885.
HSL color Cylindrical-coordinate representation of color #05D2AA: hue angle of 168.29º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D2AA is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 210 | 170 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.18 |
| HSL | 168.29º | 0.95% | 0.42% | - |
| HSV(B) | 168.29º | 0.98% | 0.82% | - |
| XYZ | 30.36 | 49.03 | 45.89 | - |
| YUV | 144.15 | 142.58 | 28.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 210 | 170 | 0.98 | 0 | 0.19 | 0.18 | 168.29 | 0.95 | 0.42 |
| Hex | 5 | D2 | AA | 62 | 0 | 13 | 12 | A8 | 5F | 2A |
| Octal | 5 | 322 | 252 | 142 | 0 | 23 | 22 | 250 | 137 | 52 |
| Binary | 101 | 11010010 | 10101010 | 1100010 | 0 | 10011 | 10010 | 10101000 | 1011111 | 101010 |
Color Harmonies of #05D2AA
Complementary color
Monochromatic Colors of #05D2AA
Black with #05D2AA
Text Example
Text Example
White with #05D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D2AA; }
p { color: rgb(5,210,170); }
H1.HeaderClassName
{
color: #05D2AA;
}
.AnyTagClassName
{
color: #05D2AA;
}
</style>
background-color css
<style>
a { background-color: #05D2AA; }
a { background-color: rgb(5,210,170); }
div.DivClassName
{
background-color: #05D2AA;
}
.BgClassName
{
background-color: #05D2AA;
}
</style>
border-color css
<style>
span { border-color: #05D2AA; }
span { border-color: rgb(5,210,170); }
td.TdClassName
{
border-color: #05D2AA;
}
.TagClassName
{
border-color: #05D2AA;
}
</style>