Shades of Caribbean Green #0BCEB2
Tints of Caribbean Green #0BCEB2
RGB
CMYK
RGB Variations
Color information
#0BCEB2 (or 0x0BCEB2) is known color: Caribbean Green. HEX triplet: 0B, CE and B2. RGB value is (11,206,178). Sum of RGB (Red+Green+Blue) = 11+206+178=395 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCEB2 is #F4314D. Grayscale: #909090. Windows color (decimal): -16003406 or 11718155. OLE color: 11718155.
HSL color Cylindrical-coordinate representation of color #0BCEB2: hue angle of 171.38º 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 #0BCEB2 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 206 | 178 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.19 |
| HSL | 171.38º | 0.9% | 0.43% | - |
| HSV(B) | 171.38º | 0.95% | 0.81% | - |
| XYZ | 30.25 | 47.43 | 49.68 | - |
| YUV | 144.5 | 146.9 | 32.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 178 | 0.95 | 0 | 0.14 | 0.19 | 171.38 | 0.9 | 0.43 |
| Hex | B | CE | B2 | 5F | 0 | E | 13 | AB | 5A | 2B |
| Octal | 13 | 316 | 262 | 137 | 0 | 16 | 23 | 253 | 132 | 53 |
| Binary | 1011 | 11001110 | 10110010 | 1011111 | 0 | 1110 | 10011 | 10101011 | 1011010 | 101011 |
Color Harmonies of #0BCEB2
Complementary color
Monochromatic Colors of #0BCEB2
Black with #0BCEB2
Text Example
Text Example
White with #0BCEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCEB2; }
p { color: rgb(11,206,178); }
H1.HeaderClassName
{
color: #0BCEB2;
}
.AnyTagClassName
{
color: #0BCEB2;
}
</style>
background-color css
<style>
a { background-color: #0BCEB2; }
a { background-color: rgb(11,206,178); }
div.DivClassName
{
background-color: #0BCEB2;
}
.BgClassName
{
background-color: #0BCEB2;
}
</style>
border-color css
<style>
span { border-color: #0BCEB2; }
span { border-color: rgb(11,206,178); }
td.TdClassName
{
border-color: #0BCEB2;
}
.TagClassName
{
border-color: #0BCEB2;
}
</style>