Shades of Caribbean Green #0BD69F
Tints of Caribbean Green #0BD69F
RGB
CMYK
RGB Variations
Color information
#0BD69F (or 0x0BD69F) is known color: Caribbean Green. HEX triplet: 0B, D6 and 9F. RGB value is (11,214,159). Sum of RGB (Red+Green+Blue) = 11+214+159=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD69F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD69F is #F42960. Grayscale: #939393. Windows color (decimal): -16001377 or 10475019. OLE color: 10475019.
HSL color Cylindrical-coordinate representation of color #0BD69F: hue angle of 163.74º 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 #0BD69F is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 159 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.16 |
| HSL | 163.74º | 0.9% | 0.44% | - |
| HSV(B) | 163.74º | 0.95% | 0.84% | - |
| XYZ | 30.44 | 50.67 | 40.98 | - |
| YUV | 147.03 | 134.75 | 30.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 159 | 0.95 | 0 | 0.26 | 0.16 | 163.74 | 0.9 | 0.44 |
| Hex | B | D6 | 9F | 5F | 0 | 1A | 10 | A4 | 5A | 2C |
| Octal | 13 | 326 | 237 | 137 | 0 | 32 | 20 | 244 | 132 | 54 |
| Binary | 1011 | 11010110 | 10011111 | 1011111 | 0 | 11010 | 10000 | 10100100 | 1011010 | 101100 |
Color Harmonies of #0BD69F
Complementary color
Monochromatic Colors of #0BD69F
Black with #0BD69F
Text Example
Text Example
White with #0BD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD69F; }
p { color: rgb(11,214,159); }
H1.HeaderClassName
{
color: #0BD69F;
}
.AnyTagClassName
{
color: #0BD69F;
}
</style>
background-color css
<style>
a { background-color: #0BD69F; }
a { background-color: rgb(11,214,159); }
div.DivClassName
{
background-color: #0BD69F;
}
.BgClassName
{
background-color: #0BD69F;
}
</style>
border-color css
<style>
span { border-color: #0BD69F; }
span { border-color: rgb(11,214,159); }
td.TdClassName
{
border-color: #0BD69F;
}
.TagClassName
{
border-color: #0BD69F;
}
</style>