Shades of Caribbean Green #0BD990
Tints of Caribbean Green #0BD990
RGB
CMYK
RGB Variations
Color information
#0BD990 (or 0x0BD990) is known color: Caribbean Green. HEX triplet: 0B, D9 and 90. RGB value is (11,217,144). Sum of RGB (Red+Green+Blue) = 11+217+144=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 217 (85.16% from 255 or 58.33% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 217 - color contains mainly: green. Hex color #0BD990 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD990 is #F4266F. Grayscale: #939393. Windows color (decimal): -16000624 or 9492747. OLE color: 9492747.
HSL color Cylindrical-coordinate representation of color #0BD990: hue angle of 158.74º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD990 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 217 | 144 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.15 |
| HSL | 158.74º | 0.9% | 0.45% | - |
| HSV(B) | 158.74º | 0.95% | 0.85% | - |
| XYZ | 29.98 | 51.71 | 34.79 | - |
| YUV | 147.08 | 126.25 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 217 | 144 | 0.95 | 0 | 0.34 | 0.15 | 158.74 | 0.9 | 0.45 |
| Hex | B | D9 | 90 | 5F | 0 | 22 | F | 9F | 5A | 2D |
| Octal | 13 | 331 | 220 | 137 | 0 | 42 | 17 | 237 | 132 | 55 |
| Binary | 1011 | 11011001 | 10010000 | 1011111 | 0 | 100010 | 1111 | 10011111 | 1011010 | 101101 |
Color Harmonies of #0BD990
Complementary color
Monochromatic Colors of #0BD990
Black with #0BD990
Text Example
Text Example
White with #0BD990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD990; }
p { color: rgb(11,217,144); }
H1.HeaderClassName
{
color: #0BD990;
}
.AnyTagClassName
{
color: #0BD990;
}
</style>
background-color css
<style>
a { background-color: #0BD990; }
a { background-color: rgb(11,217,144); }
div.DivClassName
{
background-color: #0BD990;
}
.BgClassName
{
background-color: #0BD990;
}
</style>
border-color css
<style>
span { border-color: #0BD990; }
span { border-color: rgb(11,217,144); }
td.TdClassName
{
border-color: #0BD990;
}
.TagClassName
{
border-color: #0BD990;
}
</style>