Shades of Caribbean Green #0BCB86
Tints of Caribbean Green #0BCB86
RGB
CMYK
RGB Variations
Color information
#0BCB86 (or 0x0BCB86) is known color: Caribbean Green. HEX triplet: 0B, CB and 86. RGB value is (11,203,134). Sum of RGB (Red+Green+Blue) = 11+203+134=348 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.16% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCB86 is #F43479. Grayscale: #898989. Windows color (decimal): -16004218 or 8833803. OLE color: 8833803.
HSL color Cylindrical-coordinate representation of color #0BCB86: hue angle of 158.44º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCB86 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 134 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.20 |
| HSL | 158.44º | 0.9% | 0.42% | - |
| HSV(B) | 158.44º | 0.95% | 0.8% | - |
| XYZ | 25.8 | 44.5 | 29.78 | - |
| YUV | 137.73 | 125.89 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 134 | 0.95 | 0 | 0.34 | 0.20 | 158.44 | 0.9 | 0.42 |
| Hex | B | CB | 86 | 5F | 0 | 22 | 14 | 9E | 5A | 2A |
| Octal | 13 | 313 | 206 | 137 | 0 | 42 | 24 | 236 | 132 | 52 |
| Binary | 1011 | 11001011 | 10000110 | 1011111 | 0 | 100010 | 10100 | 10011110 | 1011010 | 101010 |
Color Harmonies of #0BCB86
Complementary color
Monochromatic Colors of #0BCB86
Black with #0BCB86
Text Example
Text Example
White with #0BCB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCB86; }
p { color: rgb(11,203,134); }
H1.HeaderClassName
{
color: #0BCB86;
}
.AnyTagClassName
{
color: #0BCB86;
}
</style>
background-color css
<style>
a { background-color: #0BCB86; }
a { background-color: rgb(11,203,134); }
div.DivClassName
{
background-color: #0BCB86;
}
.BgClassName
{
background-color: #0BCB86;
}
</style>
border-color css
<style>
span { border-color: #0BCB86; }
span { border-color: rgb(11,203,134); }
td.TdClassName
{
border-color: #0BCB86;
}
.TagClassName
{
border-color: #0BCB86;
}
</style>