Shades of Caribbean Green #05C29A
Tints of Caribbean Green #05C29A
RGB
CMYK
RGB Variations
Color information
#05C29A (or 0x05C29A) is known color: Caribbean Green. HEX triplet: 05, C2 and 9A. RGB value is (5,194,154). Sum of RGB (Red+Green+Blue) = 5+194+154=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #05C29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C29A is #FA3D65. Grayscale: #848484. Windows color (decimal): -16399718 or 10142213. OLE color: 10142213.
HSL color Cylindrical-coordinate representation of color #05C29A: hue angle of 167.3º 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 #05C29A is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 194 | 154 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.24 |
| HSL | 167.3º | 0.95% | 0.39% | - |
| HSV(B) | 167.3º | 0.97% | 0.76% | - |
| XYZ | 25.19 | 40.95 | 37.15 | - |
| YUV | 132.93 | 139.88 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 194 | 154 | 0.97 | 0 | 0.21 | 0.24 | 167.3 | 0.95 | 0.39 |
| Hex | 5 | C2 | 9A | 61 | 0 | 15 | 18 | A7 | 5F | 27 |
| Octal | 5 | 302 | 232 | 141 | 0 | 25 | 30 | 247 | 137 | 47 |
| Binary | 101 | 11000010 | 10011010 | 1100001 | 0 | 10101 | 11000 | 10100111 | 1011111 | 100111 |
Color Harmonies of #05C29A
Complementary color
Monochromatic Colors of #05C29A
Black with #05C29A
Text Example
Text Example
White with #05C29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C29A; }
p { color: rgb(5,194,154); }
H1.HeaderClassName
{
color: #05C29A;
}
.AnyTagClassName
{
color: #05C29A;
}
</style>
background-color css
<style>
a { background-color: #05C29A; }
a { background-color: rgb(5,194,154); }
div.DivClassName
{
background-color: #05C29A;
}
.BgClassName
{
background-color: #05C29A;
}
</style>
border-color css
<style>
span { border-color: #05C29A; }
span { border-color: rgb(5,194,154); }
td.TdClassName
{
border-color: #05C29A;
}
.TagClassName
{
border-color: #05C29A;
}
</style>