Shades of Caribbean Green #00CA90
Tints of Caribbean Green #00CA90
RGB
CMYK
RGB Variations
Color information
#00CA90 (or 0x00CA90) is known color: Caribbean Green. HEX triplet: 00, CA and 90. RGB value is (0,202,144). Sum of RGB (Red+Green+Blue) = 0+202+144=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CA90 is #FF356F. Grayscale: #878787. Windows color (decimal): -16725360 or 9488896. OLE color: 9488896.
HSL color Cylindrical-coordinate representation of color #00CA90: hue angle of 162.77º 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 #00CA90 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 144 | - |
| CMYK | 1 | 0 | 0.29 | 0.21 |
| HSL | 162.77º | 1% | 0.4% | - |
| HSV(B) | 162.77º | 1% | 0.79% | - |
| XYZ | 26.15 | 44.25 | 33.55 | - |
| YUV | 134.99 | 133.08 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 144 | 1 | 0 | 0.29 | 0.21 | 162.77 | 1 | 0.4 |
| Hex | 0 | CA | 90 | 64 | 0 | 1D | 15 | A3 | 64 | 28 |
| Octal | 0 | 312 | 220 | 144 | 0 | 35 | 25 | 243 | 144 | 50 |
| Binary | 0 | 11001010 | 10010000 | 1100100 | 0 | 11101 | 10101 | 10100011 | 1100100 | 101000 |
Color Harmonies of #00CA90
Complementary color
Monochromatic Colors of #00CA90
Black with #00CA90
Text Example
Text Example
White with #00CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CA90; }
p { color: rgb(0,202,144); }
H1.HeaderClassName
{
color: #00CA90;
}
.AnyTagClassName
{
color: #00CA90;
}
</style>
background-color css
<style>
a { background-color: #00CA90; }
a { background-color: rgb(0,202,144); }
div.DivClassName
{
background-color: #00CA90;
}
.BgClassName
{
background-color: #00CA90;
}
</style>
border-color css
<style>
span { border-color: #00CA90; }
span { border-color: rgb(0,202,144); }
td.TdClassName
{
border-color: #00CA90;
}
.TagClassName
{
border-color: #00CA90;
}
</style>