Shades of Caribbean Green #0BCBAB
Tints of Caribbean Green #0BCBAB
RGB
CMYK
RGB Variations
Color information
#0BCBAB (or 0x0BCBAB) is known color: Caribbean Green. HEX triplet: 0B, CB and AB. RGB value is (11,203,171). Sum of RGB (Red+Green+Blue) = 11+203+171=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCBAB is #F43454. Grayscale: #8D8D8D. Windows color (decimal): -16004181 or 11258635. OLE color: 11258635.
HSL color Cylindrical-coordinate representation of color #0BCBAB: hue angle of 170º 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 #0BCBAB is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 171 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.20 |
| HSL | 170º | 0.9% | 0.42% | - |
| HSV(B) | 170º | 0.95% | 0.8% | - |
| XYZ | 28.84 | 45.72 | 45.83 | - |
| YUV | 141.94 | 144.39 | 34.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 171 | 0.95 | 0 | 0.16 | 0.20 | 170 | 0.9 | 0.42 |
| Hex | B | CB | AB | 5F | 0 | 10 | 14 | AA | 5A | 2A |
| Octal | 13 | 313 | 253 | 137 | 0 | 20 | 24 | 252 | 132 | 52 |
| Binary | 1011 | 11001011 | 10101011 | 1011111 | 0 | 10000 | 10100 | 10101010 | 1011010 | 101010 |
Color Harmonies of #0BCBAB
Complementary color
Monochromatic Colors of #0BCBAB
Black with #0BCBAB
Text Example
Text Example
White with #0BCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCBAB; }
p { color: rgb(11,203,171); }
H1.HeaderClassName
{
color: #0BCBAB;
}
.AnyTagClassName
{
color: #0BCBAB;
}
</style>
background-color css
<style>
a { background-color: #0BCBAB; }
a { background-color: rgb(11,203,171); }
div.DivClassName
{
background-color: #0BCBAB;
}
.BgClassName
{
background-color: #0BCBAB;
}
</style>
border-color css
<style>
span { border-color: #0BCBAB; }
span { border-color: rgb(11,203,171); }
td.TdClassName
{
border-color: #0BCBAB;
}
.TagClassName
{
border-color: #0BCBAB;
}
</style>