Shades of Caribbean Green #00CAA2
Tints of Caribbean Green #00CAA2
RGB
CMYK
RGB Variations
Color information
#00CAA2 (or 0x00CAA2) is known color: Caribbean Green. HEX triplet: 00, CA and A2. RGB value is (0,202,162). Sum of RGB (Red+Green+Blue) = 0+202+162=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #00CAA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CAA2 is #FF355D. Grayscale: #898989. Windows color (decimal): -16725342 or 10668544. OLE color: 10668544.
HSL color Cylindrical-coordinate representation of color #00CAA2: hue angle of 168.12º 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 #00CAA2 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 162 | - |
| CMYK | 1 | 0 | 0.20 | 0.21 |
| HSL | 168.12º | 1% | 0.4% | - |
| HSV(B) | 168.12º | 1% | 0.79% | - |
| XYZ | 27.64 | 44.85 | 41.38 | - |
| YUV | 137.04 | 142.08 | 30.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 162 | 1 | 0 | 0.20 | 0.21 | 168.12 | 1 | 0.4 |
| Hex | 0 | CA | A2 | 64 | 0 | 14 | 15 | A8 | 64 | 28 |
| Octal | 0 | 312 | 242 | 144 | 0 | 24 | 25 | 250 | 144 | 50 |
| Binary | 0 | 11001010 | 10100010 | 1100100 | 0 | 10100 | 10101 | 10101000 | 1100100 | 101000 |
Color Harmonies of #00CAA2
Complementary color
Monochromatic Colors of #00CAA2
Black with #00CAA2
Text Example
Text Example
White with #00CAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CAA2; }
p { color: rgb(0,202,162); }
H1.HeaderClassName
{
color: #00CAA2;
}
.AnyTagClassName
{
color: #00CAA2;
}
</style>
background-color css
<style>
a { background-color: #00CAA2; }
a { background-color: rgb(0,202,162); }
div.DivClassName
{
background-color: #00CAA2;
}
.BgClassName
{
background-color: #00CAA2;
}
</style>
border-color css
<style>
span { border-color: #00CAA2; }
span { border-color: rgb(0,202,162); }
td.TdClassName
{
border-color: #00CAA2;
}
.TagClassName
{
border-color: #00CAA2;
}
</style>