Shades of Caribbean Green #0BD286
Tints of Caribbean Green #0BD286
RGB
CMYK
RGB Variations
Color information
#0BD286 (or 0x0BD286) is known color: Caribbean Green. HEX triplet: 0B, D2 and 86. RGB value is (11,210,134). Sum of RGB (Red+Green+Blue) = 11+210+134=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #0BD286 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD286 is #F42D79. Grayscale: #8D8D8D. Windows color (decimal): -16002426 or 8835595. OLE color: 8835595.
HSL color Cylindrical-coordinate representation of color #0BD286: hue angle of 157.09º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD286 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 210 | 134 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.18 |
| HSL | 157.09º | 0.9% | 0.43% | - |
| HSV(B) | 157.09º | 0.95% | 0.82% | - |
| XYZ | 27.49 | 47.89 | 30.35 | - |
| YUV | 141.84 | 123.57 | 34.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 210 | 134 | 0.95 | 0 | 0.36 | 0.18 | 157.09 | 0.9 | 0.43 |
| Hex | B | D2 | 86 | 5F | 0 | 24 | 12 | 9D | 5A | 2B |
| Octal | 13 | 322 | 206 | 137 | 0 | 44 | 22 | 235 | 132 | 53 |
| Binary | 1011 | 11010010 | 10000110 | 1011111 | 0 | 100100 | 10010 | 10011101 | 1011010 | 101011 |
Color Harmonies of #0BD286
Complementary color
Monochromatic Colors of #0BD286
Black with #0BD286
Text Example
Text Example
White with #0BD286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD286; }
p { color: rgb(11,210,134); }
H1.HeaderClassName
{
color: #0BD286;
}
.AnyTagClassName
{
color: #0BD286;
}
</style>
background-color css
<style>
a { background-color: #0BD286; }
a { background-color: rgb(11,210,134); }
div.DivClassName
{
background-color: #0BD286;
}
.BgClassName
{
background-color: #0BD286;
}
</style>
border-color css
<style>
span { border-color: #0BD286; }
span { border-color: rgb(11,210,134); }
td.TdClassName
{
border-color: #0BD286;
}
.TagClassName
{
border-color: #0BD286;
}
</style>