Shades of Caribbean Green #0CBF98
Tints of Caribbean Green #0CBF98
RGB
CMYK
RGB Variations
Color information
#0CBF98 (or 0x0CBF98) is known color: Caribbean Green. HEX triplet: 0C, BF and 98. RGB value is (12,191,152). Sum of RGB (Red+Green+Blue) = 12+191+152=355 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.38% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBF98 is #F34067. Grayscale: #858585. Windows color (decimal): -15941736 or 10010380. OLE color: 10010380.
HSL color Cylindrical-coordinate representation of color #0CBF98: hue angle of 166.93º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBF98 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 191 | 152 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.25 |
| HSL | 166.93º | 0.88% | 0.4% | - |
| HSV(B) | 166.93º | 0.94% | 0.75% | - |
| XYZ | 24.45 | 39.61 | 36.06 | - |
| YUV | 133.03 | 138.7 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 152 | 0.94 | 0 | 0.20 | 0.25 | 166.93 | 0.88 | 0.4 |
| Hex | C | BF | 98 | 5E | 0 | 14 | 19 | A7 | 58 | 28 |
| Octal | 14 | 277 | 230 | 136 | 0 | 24 | 31 | 247 | 130 | 50 |
| Binary | 1100 | 10111111 | 10011000 | 1011110 | 0 | 10100 | 11001 | 10100111 | 1011000 | 101000 |
Color Harmonies of #0CBF98
Complementary color
Monochromatic Colors of #0CBF98
Black with #0CBF98
Text Example
Text Example
White with #0CBF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBF98; }
p { color: rgb(12,191,152); }
H1.HeaderClassName
{
color: #0CBF98;
}
.AnyTagClassName
{
color: #0CBF98;
}
</style>
background-color css
<style>
a { background-color: #0CBF98; }
a { background-color: rgb(12,191,152); }
div.DivClassName
{
background-color: #0CBF98;
}
.BgClassName
{
background-color: #0CBF98;
}
</style>
border-color css
<style>
span { border-color: #0CBF98; }
span { border-color: rgb(12,191,152); }
td.TdClassName
{
border-color: #0CBF98;
}
.TagClassName
{
border-color: #0CBF98;
}
</style>