Shades of Caribbean Green #0BCBAF
Tints of Caribbean Green #0BCBAF
RGB
CMYK
RGB Variations
Color information
#0BCBAF (or 0x0BCBAF) is known color: Caribbean Green. HEX triplet: 0B, CB and AF. RGB value is (11,203,175). Sum of RGB (Red+Green+Blue) = 11+203+175=389 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.83% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCBAF is #F43450. Grayscale: #8E8E8E. Windows color (decimal): -16004177 or 11520779. OLE color: 11520779.
HSL color Cylindrical-coordinate representation of color #0BCBAF: hue angle of 171.25º 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 #0BCBAF is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 175 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.20 |
| HSL | 171.25º | 0.9% | 0.42% | - |
| HSV(B) | 171.25º | 0.95% | 0.8% | - |
| XYZ | 29.23 | 45.88 | 47.87 | - |
| YUV | 142.4 | 146.39 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 175 | 0.95 | 0 | 0.14 | 0.20 | 171.25 | 0.9 | 0.42 |
| Hex | B | CB | AF | 5F | 0 | E | 14 | AB | 5A | 2A |
| Octal | 13 | 313 | 257 | 137 | 0 | 16 | 24 | 253 | 132 | 52 |
| Binary | 1011 | 11001011 | 10101111 | 1011111 | 0 | 1110 | 10100 | 10101011 | 1011010 | 101010 |
Color Harmonies of #0BCBAF
Complementary color
Monochromatic Colors of #0BCBAF
Black with #0BCBAF
Text Example
Text Example
White with #0BCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCBAF; }
p { color: rgb(11,203,175); }
H1.HeaderClassName
{
color: #0BCBAF;
}
.AnyTagClassName
{
color: #0BCBAF;
}
</style>
background-color css
<style>
a { background-color: #0BCBAF; }
a { background-color: rgb(11,203,175); }
div.DivClassName
{
background-color: #0BCBAF;
}
.BgClassName
{
background-color: #0BCBAF;
}
</style>
border-color css
<style>
span { border-color: #0BCBAF; }
span { border-color: rgb(11,203,175); }
td.TdClassName
{
border-color: #0BCBAF;
}
.TagClassName
{
border-color: #0BCBAF;
}
</style>