Shades of Caribbean Green #0CBA95
Tints of Caribbean Green #0CBA95
RGB
CMYK
RGB Variations
Color information
#0CBA95 (or 0x0CBA95) is known color: Caribbean Green. HEX triplet: 0C, BA and 95. RGB value is (12,186,149). Sum of RGB (Red+Green+Blue) = 12+186+149=347 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.46% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBA95 is #F3456A. Grayscale: #818181. Windows color (decimal): -15943019 or 9812492. OLE color: 9812492.
HSL color Cylindrical-coordinate representation of color #0CBA95: hue angle of 167.24º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBA95 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 149 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.27 |
| HSL | 167.24º | 0.88% | 0.39% | - |
| HSV(B) | 167.24º | 0.94% | 0.73% | - |
| XYZ | 23.14 | 37.37 | 34.43 | - |
| YUV | 129.76 | 138.85 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 149 | 0.94 | 0 | 0.20 | 0.27 | 167.24 | 0.88 | 0.39 |
| Hex | C | BA | 95 | 5E | 0 | 14 | 1B | A7 | 58 | 27 |
| Octal | 14 | 272 | 225 | 136 | 0 | 24 | 33 | 247 | 130 | 47 |
| Binary | 1100 | 10111010 | 10010101 | 1011110 | 0 | 10100 | 11011 | 10100111 | 1011000 | 100111 |
Color Harmonies of #0CBA95
Complementary color
Monochromatic Colors of #0CBA95
Black with #0CBA95
Text Example
Text Example
White with #0CBA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBA95; }
p { color: rgb(12,186,149); }
H1.HeaderClassName
{
color: #0CBA95;
}
.AnyTagClassName
{
color: #0CBA95;
}
</style>
background-color css
<style>
a { background-color: #0CBA95; }
a { background-color: rgb(12,186,149); }
div.DivClassName
{
background-color: #0CBA95;
}
.BgClassName
{
background-color: #0CBA95;
}
</style>
border-color css
<style>
span { border-color: #0CBA95; }
span { border-color: rgb(12,186,149); }
td.TdClassName
{
border-color: #0CBA95;
}
.TagClassName
{
border-color: #0CBA95;
}
</style>