Shades of Caribbean Green #0BCB88
Tints of Caribbean Green #0BCB88
RGB
CMYK
RGB Variations
Color information
#0BCB88 (or 0x0BCB88) is known color: Caribbean Green. HEX triplet: 0B, CB and 88. RGB value is (11,203,136). Sum of RGB (Red+Green+Blue) = 11+203+136=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 203 (79.69% from 255 or 58% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCB88 is #F43477. Grayscale: #8A8A8A. Windows color (decimal): -16004216 or 8964875. OLE color: 8964875.
HSL color Cylindrical-coordinate representation of color #0BCB88: hue angle of 159.06º 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 #0BCB88 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 136 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.20 |
| HSL | 159.06º | 0.9% | 0.42% | - |
| HSV(B) | 159.06º | 0.95% | 0.8% | - |
| XYZ | 25.94 | 44.56 | 30.53 | - |
| YUV | 137.95 | 126.89 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 136 | 0.95 | 0 | 0.33 | 0.20 | 159.06 | 0.9 | 0.42 |
| Hex | B | CB | 88 | 5F | 0 | 21 | 14 | 9F | 5A | 2A |
| Octal | 13 | 313 | 210 | 137 | 0 | 41 | 24 | 237 | 132 | 52 |
| Binary | 1011 | 11001011 | 10001000 | 1011111 | 0 | 100001 | 10100 | 10011111 | 1011010 | 101010 |
Color Harmonies of #0BCB88
Complementary color
Monochromatic Colors of #0BCB88
Black with #0BCB88
Text Example
Text Example
White with #0BCB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCB88; }
p { color: rgb(11,203,136); }
H1.HeaderClassName
{
color: #0BCB88;
}
.AnyTagClassName
{
color: #0BCB88;
}
</style>
background-color css
<style>
a { background-color: #0BCB88; }
a { background-color: rgb(11,203,136); }
div.DivClassName
{
background-color: #0BCB88;
}
.BgClassName
{
background-color: #0BCB88;
}
</style>
border-color css
<style>
span { border-color: #0BCB88; }
span { border-color: rgb(11,203,136); }
td.TdClassName
{
border-color: #0BCB88;
}
.TagClassName
{
border-color: #0BCB88;
}
</style>