Shades of Caribbean Green #00CA96
Tints of Caribbean Green #00CA96
RGB
CMYK
RGB Variations
Color information
#00CA96 (or 0x00CA96) is known color: Caribbean Green. HEX triplet: 00, CA and 96. RGB value is (0,202,150). Sum of RGB (Red+Green+Blue) = 0+202+150=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CA96 is #FF3569. Grayscale: #878787. Windows color (decimal): -16725354 or 9882112. OLE color: 9882112.
HSL color Cylindrical-coordinate representation of color #00CA96: hue angle of 164.55º 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 #00CA96 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 150 | - |
| CMYK | 1 | 0 | 0.26 | 0.21 |
| HSL | 164.55º | 1% | 0.4% | - |
| HSV(B) | 164.55º | 1% | 0.79% | - |
| XYZ | 26.63 | 44.44 | 36.03 | - |
| YUV | 135.67 | 136.08 | 31.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 150 | 1 | 0 | 0.26 | 0.21 | 164.55 | 1 | 0.4 |
| Hex | 0 | CA | 96 | 64 | 0 | 1A | 15 | A5 | 64 | 28 |
| Octal | 0 | 312 | 226 | 144 | 0 | 32 | 25 | 245 | 144 | 50 |
| Binary | 0 | 11001010 | 10010110 | 1100100 | 0 | 11010 | 10101 | 10100101 | 1100100 | 101000 |
Color Harmonies of #00CA96
Complementary color
Monochromatic Colors of #00CA96
Black with #00CA96
Text Example
Text Example
White with #00CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CA96; }
p { color: rgb(0,202,150); }
H1.HeaderClassName
{
color: #00CA96;
}
.AnyTagClassName
{
color: #00CA96;
}
</style>
background-color css
<style>
a { background-color: #00CA96; }
a { background-color: rgb(0,202,150); }
div.DivClassName
{
background-color: #00CA96;
}
.BgClassName
{
background-color: #00CA96;
}
</style>
border-color css
<style>
span { border-color: #00CA96; }
span { border-color: rgb(0,202,150); }
td.TdClassName
{
border-color: #00CA96;
}
.TagClassName
{
border-color: #00CA96;
}
</style>