Shades of Caribbean Green #0BCEB1
Tints of Caribbean Green #0BCEB1
RGB
CMYK
RGB Variations
Color information
#0BCEB1 (or 0x0BCEB1) is known color: Caribbean Green. HEX triplet: 0B, CE and B1. RGB value is (11,206,177). Sum of RGB (Red+Green+Blue) = 11+206+177=394 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.79% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCEB1 is #F4314E. Grayscale: #909090. Windows color (decimal): -16003407 or 11652619. OLE color: 11652619.
HSL color Cylindrical-coordinate representation of color #0BCEB1: hue angle of 171.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCEB1 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 206 | 177 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.19 |
| HSL | 171.08º | 0.9% | 0.43% | - |
| HSV(B) | 171.08º | 0.95% | 0.81% | - |
| XYZ | 30.15 | 47.39 | 49.15 | - |
| YUV | 144.39 | 146.4 | 32.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 177 | 0.95 | 0 | 0.14 | 0.19 | 171.08 | 0.9 | 0.43 |
| Hex | B | CE | B1 | 5F | 0 | E | 13 | AB | 5A | 2B |
| Octal | 13 | 316 | 261 | 137 | 0 | 16 | 23 | 253 | 132 | 53 |
| Binary | 1011 | 11001110 | 10110001 | 1011111 | 0 | 1110 | 10011 | 10101011 | 1011010 | 101011 |
Color Harmonies of #0BCEB1
Complementary color
Monochromatic Colors of #0BCEB1
Black with #0BCEB1
Text Example
Text Example
White with #0BCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCEB1; }
p { color: rgb(11,206,177); }
H1.HeaderClassName
{
color: #0BCEB1;
}
.AnyTagClassName
{
color: #0BCEB1;
}
</style>
background-color css
<style>
a { background-color: #0BCEB1; }
a { background-color: rgb(11,206,177); }
div.DivClassName
{
background-color: #0BCEB1;
}
.BgClassName
{
background-color: #0BCEB1;
}
</style>
border-color css
<style>
span { border-color: #0BCEB1; }
span { border-color: rgb(11,206,177); }
td.TdClassName
{
border-color: #0BCEB1;
}
.TagClassName
{
border-color: #0BCEB1;
}
</style>