Shades of Caribbean Green #0BDC96
Tints of Caribbean Green #0BDC96
RGB
CMYK
RGB Variations
Color information
#0BDC96 (or 0x0BDC96) is known color: Caribbean Green. HEX triplet: 0B, DC and 96. RGB value is (11,220,150). Sum of RGB (Red+Green+Blue) = 11+220+150=381 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDC96 is #F42369. Grayscale: #959595. Windows color (decimal): -15999850 or 9886731. OLE color: 9886731.
HSL color Cylindrical-coordinate representation of color #0BDC96: hue angle of 159.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDC96 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 150 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.14 |
| HSL | 159.9º | 0.9% | 0.45% | - |
| HSV(B) | 159.9º | 0.95% | 0.86% | - |
| XYZ | 31.24 | 53.46 | 37.53 | - |
| YUV | 149.53 | 128.26 | 29.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 150 | 0.95 | 0 | 0.32 | 0.14 | 159.9 | 0.9 | 0.45 |
| Hex | B | DC | 96 | 5F | 0 | 20 | E | A0 | 5A | 2D |
| Octal | 13 | 334 | 226 | 137 | 0 | 40 | 16 | 240 | 132 | 55 |
| Binary | 1011 | 11011100 | 10010110 | 1011111 | 0 | 100000 | 1110 | 10100000 | 1011010 | 101101 |
Color Harmonies of #0BDC96
Complementary color
Monochromatic Colors of #0BDC96
Black with #0BDC96
Text Example
Text Example
White with #0BDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDC96; }
p { color: rgb(11,220,150); }
H1.HeaderClassName
{
color: #0BDC96;
}
.AnyTagClassName
{
color: #0BDC96;
}
</style>
background-color css
<style>
a { background-color: #0BDC96; }
a { background-color: rgb(11,220,150); }
div.DivClassName
{
background-color: #0BDC96;
}
.BgClassName
{
background-color: #0BDC96;
}
</style>
border-color css
<style>
span { border-color: #0BDC96; }
span { border-color: rgb(11,220,150); }
td.TdClassName
{
border-color: #0BDC96;
}
.TagClassName
{
border-color: #0BDC96;
}
</style>