Shades of Caribbean Green #00CA89
Tints of Caribbean Green #00CA89
RGB
CMYK
RGB Variations
Color information
#00CA89 (or 0x00CA89) is known color: Caribbean Green. HEX triplet: 00, CA and 89. RGB value is (0,202,137). Sum of RGB (Red+Green+Blue) = 0+202+137=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CA89 is #FF3576. Grayscale: #868686. Windows color (decimal): -16725367 or 9030144. OLE color: 9030144.
HSL color Cylindrical-coordinate representation of color #00CA89: hue angle of 160.69º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CA89 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 137 | - |
| CMYK | 1 | 0 | 0.32 | 0.21 |
| HSL | 160.69º | 1% | 0.4% | - |
| HSV(B) | 160.69º | 1% | 0.79% | - |
| XYZ | 25.64 | 44.05 | 30.82 | - |
| YUV | 134.19 | 129.58 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 137 | 1 | 0 | 0.32 | 0.21 | 160.69 | 1 | 0.4 |
| Hex | 0 | CA | 89 | 64 | 0 | 20 | 15 | A1 | 64 | 28 |
| Octal | 0 | 312 | 211 | 144 | 0 | 40 | 25 | 241 | 144 | 50 |
| Binary | 0 | 11001010 | 10001001 | 1100100 | 0 | 100000 | 10101 | 10100001 | 1100100 | 101000 |
Color Harmonies of #00CA89
Complementary color
Monochromatic Colors of #00CA89
Black with #00CA89
Text Example
Text Example
White with #00CA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CA89; }
p { color: rgb(0,202,137); }
H1.HeaderClassName
{
color: #00CA89;
}
.AnyTagClassName
{
color: #00CA89;
}
</style>
background-color css
<style>
a { background-color: #00CA89; }
a { background-color: rgb(0,202,137); }
div.DivClassName
{
background-color: #00CA89;
}
.BgClassName
{
background-color: #00CA89;
}
</style>
border-color css
<style>
span { border-color: #00CA89; }
span { border-color: rgb(0,202,137); }
td.TdClassName
{
border-color: #00CA89;
}
.TagClassName
{
border-color: #00CA89;
}
</style>