Shades of Caribbean Green #06CA85
Tints of Caribbean Green #06CA85
RGB
CMYK
RGB Variations
Color information
#06CA85 (or 0x06CA85) is known color: Caribbean Green. HEX triplet: 06, CA and 85. RGB value is (6,202,133). Sum of RGB (Red+Green+Blue) = 6+202+133=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #06CA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CA85 is #F9357A. Grayscale: #878787. Windows color (decimal): -16332155 or 8768006. OLE color: 8768006.
HSL color Cylindrical-coordinate representation of color #06CA85: hue angle of 158.88º 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 #06CA85 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 133 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.21 |
| HSL | 158.88º | 0.94% | 0.41% | - |
| HSV(B) | 158.88º | 0.97% | 0.79% | - |
| XYZ | 25.43 | 43.97 | 29.34 | - |
| YUV | 135.53 | 126.57 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 133 | 0.97 | 0 | 0.34 | 0.21 | 158.88 | 0.94 | 0.41 |
| Hex | 6 | CA | 85 | 61 | 0 | 22 | 15 | 9F | 5E | 29 |
| Octal | 6 | 312 | 205 | 141 | 0 | 42 | 25 | 237 | 136 | 51 |
| Binary | 110 | 11001010 | 10000101 | 1100001 | 0 | 100010 | 10101 | 10011111 | 1011110 | 101001 |
Color Harmonies of #06CA85
Complementary color
Monochromatic Colors of #06CA85
Black with #06CA85
Text Example
Text Example
White with #06CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CA85; }
p { color: rgb(6,202,133); }
H1.HeaderClassName
{
color: #06CA85;
}
.AnyTagClassName
{
color: #06CA85;
}
</style>
background-color css
<style>
a { background-color: #06CA85; }
a { background-color: rgb(6,202,133); }
div.DivClassName
{
background-color: #06CA85;
}
.BgClassName
{
background-color: #06CA85;
}
</style>
border-color css
<style>
span { border-color: #06CA85; }
span { border-color: rgb(6,202,133); }
td.TdClassName
{
border-color: #06CA85;
}
.TagClassName
{
border-color: #06CA85;
}
</style>