Shades of Caribbean Green #0BE087
Tints of Caribbean Green #0BE087
RGB
CMYK
RGB Variations
Color information
#0BE087 (or 0x0BE087) is known color: Caribbean Green. HEX triplet: 0B, E0 and 87. RGB value is (11,224,135). Sum of RGB (Red+Green+Blue) = 11+224+135=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 224 (87.89% from 255 or 60.54% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE087 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE087 is #F41F78. Grayscale: #969696. Windows color (decimal): -15998841 or 8904715. OLE color: 8904715.
HSL color Cylindrical-coordinate representation of color #0BE087: hue angle of 154.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE087 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 135 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.12 |
| HSL | 154.93º | 0.91% | 0.46% | - |
| HSV(B) | 154.93º | 0.95% | 0.88% | - |
| XYZ | 31.17 | 55.13 | 31.92 | - |
| YUV | 150.17 | 119.43 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 135 | 0.95 | 0 | 0.40 | 0.12 | 154.93 | 0.91 | 0.46 |
| Hex | B | E0 | 87 | 5F | 0 | 28 | C | 9B | 5B | 2E |
| Octal | 13 | 340 | 207 | 137 | 0 | 50 | 14 | 233 | 133 | 56 |
| Binary | 1011 | 11100000 | 10000111 | 1011111 | 0 | 101000 | 1100 | 10011011 | 1011011 | 101110 |
Color Harmonies of #0BE087
Complementary color
Monochromatic Colors of #0BE087
Black with #0BE087
Text Example
Text Example
White with #0BE087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE087; }
p { color: rgb(11,224,135); }
H1.HeaderClassName
{
color: #0BE087;
}
.AnyTagClassName
{
color: #0BE087;
}
</style>
background-color css
<style>
a { background-color: #0BE087; }
a { background-color: rgb(11,224,135); }
div.DivClassName
{
background-color: #0BE087;
}
.BgClassName
{
background-color: #0BE087;
}
</style>
border-color css
<style>
span { border-color: #0BE087; }
span { border-color: rgb(11,224,135); }
td.TdClassName
{
border-color: #0BE087;
}
.TagClassName
{
border-color: #0BE087;
}
</style>