Shades of Caribbean Green #05CAA8
Tints of Caribbean Green #05CAA8
RGB
CMYK
RGB Variations
Color information
#05CAA8 (or 0x05CAA8) is known color: Caribbean Green. HEX triplet: 05, CA and A8. RGB value is (5,202,168). Sum of RGB (Red+Green+Blue) = 5+202+168=375 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #05CAA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CAA8 is #FA3557. Grayscale: #8B8B8B. Windows color (decimal): -16397656 or 11061765. OLE color: 11061765.
HSL color Cylindrical-coordinate representation of color #05CAA8: hue angle of 169.64º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CAA8 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 202 | 168 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.21 |
| HSL | 169.64º | 0.95% | 0.41% | - |
| HSV(B) | 169.64º | 0.98% | 0.79% | - |
| XYZ | 28.25 | 45.1 | 44.26 | - |
| YUV | 139.22 | 144.23 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 202 | 168 | 0.98 | 0 | 0.17 | 0.21 | 169.64 | 0.95 | 0.41 |
| Hex | 5 | CA | A8 | 62 | 0 | 11 | 15 | AA | 5F | 29 |
| Octal | 5 | 312 | 250 | 142 | 0 | 21 | 25 | 252 | 137 | 51 |
| Binary | 101 | 11001010 | 10101000 | 1100010 | 0 | 10001 | 10101 | 10101010 | 1011111 | 101001 |
Color Harmonies of #05CAA8
Complementary color
Monochromatic Colors of #05CAA8
Black with #05CAA8
Text Example
Text Example
White with #05CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CAA8; }
p { color: rgb(5,202,168); }
H1.HeaderClassName
{
color: #05CAA8;
}
.AnyTagClassName
{
color: #05CAA8;
}
</style>
background-color css
<style>
a { background-color: #05CAA8; }
a { background-color: rgb(5,202,168); }
div.DivClassName
{
background-color: #05CAA8;
}
.BgClassName
{
background-color: #05CAA8;
}
</style>
border-color css
<style>
span { border-color: #05CAA8; }
span { border-color: rgb(5,202,168); }
td.TdClassName
{
border-color: #05CAA8;
}
.TagClassName
{
border-color: #05CAA8;
}
</style>