Shades of Caribbean Green #0BD884
Tints of Caribbean Green #0BD884
RGB
CMYK
RGB Variations
Color information
#0BD884 (or 0x0BD884) is known color: Caribbean Green. HEX triplet: 0B, D8 and 84. RGB value is (11,216,132). Sum of RGB (Red+Green+Blue) = 11+216+132=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 216 (84.77% from 255 or 60.17% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD884 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD884 is #F4277B. Grayscale: #919191. Windows color (decimal): -16000892 or 8706059. OLE color: 8706059.
HSL color Cylindrical-coordinate representation of color #0BD884: hue angle of 155.41º 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 #0BD884 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 216 | 132 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.15 |
| HSL | 155.41º | 0.9% | 0.45% | - |
| HSV(B) | 155.41º | 0.95% | 0.85% | - |
| XYZ | 28.86 | 50.85 | 30.12 | - |
| YUV | 145.13 | 120.58 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 216 | 132 | 0.95 | 0 | 0.39 | 0.15 | 155.41 | 0.9 | 0.45 |
| Hex | B | D8 | 84 | 5F | 0 | 27 | F | 9B | 5A | 2D |
| Octal | 13 | 330 | 204 | 137 | 0 | 47 | 17 | 233 | 132 | 55 |
| Binary | 1011 | 11011000 | 10000100 | 1011111 | 0 | 100111 | 1111 | 10011011 | 1011010 | 101101 |
Color Harmonies of #0BD884
Complementary color
Monochromatic Colors of #0BD884
Black with #0BD884
Text Example
Text Example
White with #0BD884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD884; }
p { color: rgb(11,216,132); }
H1.HeaderClassName
{
color: #0BD884;
}
.AnyTagClassName
{
color: #0BD884;
}
</style>
background-color css
<style>
a { background-color: #0BD884; }
a { background-color: rgb(11,216,132); }
div.DivClassName
{
background-color: #0BD884;
}
.BgClassName
{
background-color: #0BD884;
}
</style>
border-color css
<style>
span { border-color: #0BD884; }
span { border-color: rgb(11,216,132); }
td.TdClassName
{
border-color: #0BD884;
}
.TagClassName
{
border-color: #0BD884;
}
</style>