Shades of Spring Green #0BEC88
Tints of Spring Green #0BEC88
RGB
CMYK
RGB Variations
Color information
#0BEC88 (or 0x0BEC88) is known color: Spring Green. HEX triplet: 0B, EC and 88. RGB value is (11,236,136). Sum of RGB (Red+Green+Blue) = 11+236+136=383 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.87% from 383); Green value is 236 (92.58% from 255 or 61.62% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 236 - color contains mainly: green. Hex color #0BEC88 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEC88 is #F41377. Grayscale: #9D9D9D. Windows color (decimal): -15995768 or 8973323. OLE color: 8973323.
HSL color Cylindrical-coordinate representation of color #0BEC88: hue angle of 153.33º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEC88 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 236 | 136 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.07 |
| HSL | 153.33º | 0.91% | 0.48% | - |
| HSV(B) | 153.33º | 0.95% | 0.93% | - |
| XYZ | 34.58 | 61.84 | 33.41 | - |
| YUV | 157.33 | 115.96 | 23.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 236 | 136 | 0.95 | 0 | 0.42 | 0.07 | 153.33 | 0.91 | 0.48 |
| Hex | B | EC | 88 | 5F | 0 | 2A | 7 | 99 | 5B | 30 |
| Octal | 13 | 354 | 210 | 137 | 0 | 52 | 7 | 231 | 133 | 60 |
| Binary | 1011 | 11101100 | 10001000 | 1011111 | 0 | 101010 | 111 | 10011001 | 1011011 | 110000 |
Color Harmonies of #0BEC88
Complementary color
Monochromatic Colors of #0BEC88
Black with #0BEC88
Text Example
Text Example
White with #0BEC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEC88; }
p { color: rgb(11,236,136); }
H1.HeaderClassName
{
color: #0BEC88;
}
.AnyTagClassName
{
color: #0BEC88;
}
</style>
background-color css
<style>
a { background-color: #0BEC88; }
a { background-color: rgb(11,236,136); }
div.DivClassName
{
background-color: #0BEC88;
}
.BgClassName
{
background-color: #0BEC88;
}
</style>
border-color css
<style>
span { border-color: #0BEC88; }
span { border-color: rgb(11,236,136); }
td.TdClassName
{
border-color: #0BEC88;
}
.TagClassName
{
border-color: #0BEC88;
}
</style>