Shades of Caribbean Green #06CA9A
Tints of Caribbean Green #06CA9A
RGB
CMYK
RGB Variations
Color information
#06CA9A (or 0x06CA9A) is known color: Caribbean Green. HEX triplet: 06, CA and 9A. RGB value is (6,202,154). Sum of RGB (Red+Green+Blue) = 6+202+154=362 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #06CA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CA9A is #F93565. Grayscale: #898989. Windows color (decimal): -16332134 or 10144262. OLE color: 10144262.
HSL color Cylindrical-coordinate representation of color #06CA9A: hue angle of 165.31º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CA9A is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 154 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.21 |
| HSL | 165.31º | 0.94% | 0.41% | - |
| HSV(B) | 165.31º | 0.97% | 0.79% | - |
| XYZ | 27.03 | 44.61 | 37.76 | - |
| YUV | 137.92 | 137.07 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 154 | 0.97 | 0 | 0.24 | 0.21 | 165.31 | 0.94 | 0.41 |
| Hex | 6 | CA | 9A | 61 | 0 | 18 | 15 | A5 | 5E | 29 |
| Octal | 6 | 312 | 232 | 141 | 0 | 30 | 25 | 245 | 136 | 51 |
| Binary | 110 | 11001010 | 10011010 | 1100001 | 0 | 11000 | 10101 | 10100101 | 1011110 | 101001 |
Color Harmonies of #06CA9A
Complementary color
Monochromatic Colors of #06CA9A
Black with #06CA9A
Text Example
Text Example
White with #06CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CA9A; }
p { color: rgb(6,202,154); }
H1.HeaderClassName
{
color: #06CA9A;
}
.AnyTagClassName
{
color: #06CA9A;
}
</style>
background-color css
<style>
a { background-color: #06CA9A; }
a { background-color: rgb(6,202,154); }
div.DivClassName
{
background-color: #06CA9A;
}
.BgClassName
{
background-color: #06CA9A;
}
</style>
border-color css
<style>
span { border-color: #06CA9A; }
span { border-color: rgb(6,202,154); }
td.TdClassName
{
border-color: #06CA9A;
}
.TagClassName
{
border-color: #06CA9A;
}
</style>