Shades of Caribbean Green #0CCA85
Tints of Caribbean Green #0CCA85
RGB
CMYK
RGB Variations
Color information
#0CCA85 (or 0x0CCA85) is known color: Caribbean Green. HEX triplet: 0C, CA and 85. RGB value is (12,202,133). Sum of RGB (Red+Green+Blue) = 12+202+133=347 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.46% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCA85 is #F3357A. Grayscale: #898989. Windows color (decimal): -15938939 or 8768012. OLE color: 8768012.
HSL color Cylindrical-coordinate representation of color #0CCA85: hue angle of 158.21º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCA85 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 133 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.21 |
| HSL | 158.21º | 0.89% | 0.42% | - |
| HSV(B) | 158.21º | 0.94% | 0.79% | - |
| XYZ | 25.51 | 44.01 | 29.34 | - |
| YUV | 137.32 | 125.55 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 133 | 0.94 | 0 | 0.34 | 0.21 | 158.21 | 0.89 | 0.42 |
| Hex | C | CA | 85 | 5E | 0 | 22 | 15 | 9E | 59 | 2A |
| Octal | 14 | 312 | 205 | 136 | 0 | 42 | 25 | 236 | 131 | 52 |
| Binary | 1100 | 11001010 | 10000101 | 1011110 | 0 | 100010 | 10101 | 10011110 | 1011001 | 101010 |
Color Harmonies of #0CCA85
Complementary color
Monochromatic Colors of #0CCA85
Black with #0CCA85
Text Example
Text Example
White with #0CCA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA85; }
p { color: rgb(12,202,133); }
H1.HeaderClassName
{
color: #0CCA85;
}
.AnyTagClassName
{
color: #0CCA85;
}
</style>
background-color css
<style>
a { background-color: #0CCA85; }
a { background-color: rgb(12,202,133); }
div.DivClassName
{
background-color: #0CCA85;
}
.BgClassName
{
background-color: #0CCA85;
}
</style>
border-color css
<style>
span { border-color: #0CCA85; }
span { border-color: rgb(12,202,133); }
td.TdClassName
{
border-color: #0CCA85;
}
.TagClassName
{
border-color: #0CCA85;
}
</style>