Shades of Caribbean Green #0CB995
Tints of Caribbean Green #0CB995
RGB
CMYK
RGB Variations
Color information
#0CB995 (or 0x0CB995) is known color: Caribbean Green. HEX triplet: 0C, B9 and 95. RGB value is (12,185,149). Sum of RGB (Red+Green+Blue) = 12+185+149=346 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.47% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB995 is #F3466A. Grayscale: #818181. Windows color (decimal): -15943275 or 9812236. OLE color: 9812236.
HSL color Cylindrical-coordinate representation of color #0CB995: hue angle of 167.51º 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 #0CB995 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 185 | 149 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.27 |
| HSL | 167.51º | 0.88% | 0.39% | - |
| HSV(B) | 167.51º | 0.94% | 0.73% | - |
| XYZ | 22.93 | 36.95 | 34.36 | - |
| YUV | 129.17 | 139.19 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 185 | 149 | 0.94 | 0 | 0.19 | 0.27 | 167.51 | 0.88 | 0.39 |
| Hex | C | B9 | 95 | 5E | 0 | 13 | 1B | A8 | 58 | 27 |
| Octal | 14 | 271 | 225 | 136 | 0 | 23 | 33 | 250 | 130 | 47 |
| Binary | 1100 | 10111001 | 10010101 | 1011110 | 0 | 10011 | 11011 | 10101000 | 1011000 | 100111 |
Color Harmonies of #0CB995
Complementary color
Monochromatic Colors of #0CB995
Black with #0CB995
Text Example
Text Example
White with #0CB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB995; }
p { color: rgb(12,185,149); }
H1.HeaderClassName
{
color: #0CB995;
}
.AnyTagClassName
{
color: #0CB995;
}
</style>
background-color css
<style>
a { background-color: #0CB995; }
a { background-color: rgb(12,185,149); }
div.DivClassName
{
background-color: #0CB995;
}
.BgClassName
{
background-color: #0CB995;
}
</style>
border-color css
<style>
span { border-color: #0CB995; }
span { border-color: rgb(12,185,149); }
td.TdClassName
{
border-color: #0CB995;
}
.TagClassName
{
border-color: #0CB995;
}
</style>