Shades of Caribbean Green #05CFAA
Tints of Caribbean Green #05CFAA
RGB
CMYK
RGB Variations
Color information
#05CFAA (or 0x05CFAA) is known color: Caribbean Green. HEX triplet: 05, CF and AA. RGB value is (5,207,170). Sum of RGB (Red+Green+Blue) = 5+207+170=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CFAA is #FA3055. Grayscale: #8E8E8E. Windows color (decimal): -16396374 or 11194117. OLE color: 11194117.
HSL color Cylindrical-coordinate representation of color #05CFAA: hue angle of 169.01º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFAA is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 170 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.19 |
| HSL | 169.01º | 0.95% | 0.42% | - |
| HSV(B) | 169.01º | 0.98% | 0.81% | - |
| XYZ | 29.63 | 47.56 | 45.65 | - |
| YUV | 142.38 | 143.58 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 170 | 0.98 | 0 | 0.18 | 0.19 | 169.01 | 0.95 | 0.42 |
| Hex | 5 | CF | AA | 62 | 0 | 12 | 13 | A9 | 5F | 2A |
| Octal | 5 | 317 | 252 | 142 | 0 | 22 | 23 | 251 | 137 | 52 |
| Binary | 101 | 11001111 | 10101010 | 1100010 | 0 | 10010 | 10011 | 10101001 | 1011111 | 101010 |
Color Harmonies of #05CFAA
Complementary color
Monochromatic Colors of #05CFAA
Black with #05CFAA
Text Example
Text Example
White with #05CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFAA; }
p { color: rgb(5,207,170); }
H1.HeaderClassName
{
color: #05CFAA;
}
.AnyTagClassName
{
color: #05CFAA;
}
</style>
background-color css
<style>
a { background-color: #05CFAA; }
a { background-color: rgb(5,207,170); }
div.DivClassName
{
background-color: #05CFAA;
}
.BgClassName
{
background-color: #05CFAA;
}
</style>
border-color css
<style>
span { border-color: #05CFAA; }
span { border-color: rgb(5,207,170); }
td.TdClassName
{
border-color: #05CFAA;
}
.TagClassName
{
border-color: #05CFAA;
}
</style>