Shades of Caribbean Green #0BD699
Tints of Caribbean Green #0BD699
RGB
CMYK
RGB Variations
Color information
#0BD699 (or 0x0BD699) is known color: Caribbean Green. HEX triplet: 0B, D6 and 99. RGB value is (11,214,153). Sum of RGB (Red+Green+Blue) = 11+214+153=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD699 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD699 is #F42966. Grayscale: #929292. Windows color (decimal): -16001383 or 10081803. OLE color: 10081803.
HSL color Cylindrical-coordinate representation of color #0BD699: hue angle of 161.97º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD699 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 153 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.16 |
| HSL | 161.97º | 0.9% | 0.44% | - |
| HSV(B) | 161.97º | 0.95% | 0.84% | - |
| XYZ | 29.93 | 50.46 | 38.3 | - |
| YUV | 146.35 | 131.75 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 153 | 0.95 | 0 | 0.29 | 0.16 | 161.97 | 0.9 | 0.44 |
| Hex | B | D6 | 99 | 5F | 0 | 1D | 10 | A2 | 5A | 2C |
| Octal | 13 | 326 | 231 | 137 | 0 | 35 | 20 | 242 | 132 | 54 |
| Binary | 1011 | 11010110 | 10011001 | 1011111 | 0 | 11101 | 10000 | 10100010 | 1011010 | 101100 |
Color Harmonies of #0BD699
Complementary color
Monochromatic Colors of #0BD699
Black with #0BD699
Text Example
Text Example
White with #0BD699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD699; }
p { color: rgb(11,214,153); }
H1.HeaderClassName
{
color: #0BD699;
}
.AnyTagClassName
{
color: #0BD699;
}
</style>
background-color css
<style>
a { background-color: #0BD699; }
a { background-color: rgb(11,214,153); }
div.DivClassName
{
background-color: #0BD699;
}
.BgClassName
{
background-color: #0BD699;
}
</style>
border-color css
<style>
span { border-color: #0BD699; }
span { border-color: rgb(11,214,153); }
td.TdClassName
{
border-color: #0BD699;
}
.TagClassName
{
border-color: #0BD699;
}
</style>