Shades of Caribbean Green #0BD587
Tints of Caribbean Green #0BD587
RGB
CMYK
RGB Variations
Color information
#0BD587 (or 0x0BD587) is known color: Caribbean Green. HEX triplet: 0B, D5 and 87. RGB value is (11,213,135). Sum of RGB (Red+Green+Blue) = 11+213+135=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD587 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD587 is #F42A78. Grayscale: #8F8F8F. Windows color (decimal): -16001657 or 8901899. OLE color: 8901899.
HSL color Cylindrical-coordinate representation of color #0BD587: hue angle of 156.83º 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 #0BD587 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 213 | 135 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.16 |
| HSL | 156.83º | 0.9% | 0.44% | - |
| HSV(B) | 156.83º | 0.95% | 0.84% | - |
| XYZ | 28.31 | 49.41 | 30.97 | - |
| YUV | 143.71 | 123.08 | 33.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 213 | 135 | 0.95 | 0 | 0.37 | 0.16 | 156.83 | 0.9 | 0.44 |
| Hex | B | D5 | 87 | 5F | 0 | 25 | 10 | 9D | 5A | 2C |
| Octal | 13 | 325 | 207 | 137 | 0 | 45 | 20 | 235 | 132 | 54 |
| Binary | 1011 | 11010101 | 10000111 | 1011111 | 0 | 100101 | 10000 | 10011101 | 1011010 | 101100 |
Color Harmonies of #0BD587
Complementary color
Monochromatic Colors of #0BD587
Black with #0BD587
Text Example
Text Example
White with #0BD587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD587; }
p { color: rgb(11,213,135); }
H1.HeaderClassName
{
color: #0BD587;
}
.AnyTagClassName
{
color: #0BD587;
}
</style>
background-color css
<style>
a { background-color: #0BD587; }
a { background-color: rgb(11,213,135); }
div.DivClassName
{
background-color: #0BD587;
}
.BgClassName
{
background-color: #0BD587;
}
</style>
border-color css
<style>
span { border-color: #0BD587; }
span { border-color: rgb(11,213,135); }
td.TdClassName
{
border-color: #0BD587;
}
.TagClassName
{
border-color: #0BD587;
}
</style>