Html Css Color HEX #0BE998 Medium Spring Green
📋 copy color: '#0BE998'red 11 ◦ green 233 ◦ blue 152
Shades of Medium Spring Green #0BE998
Tints of Medium Spring Green #0BE998
RGB
CMYK
RGB Variations
Color information
#0BE998 (or 0x0BE998) is known color: Medium Spring Green. HEX triplet: 0B, E9 and 98. RGB value is (11,233,152). Sum of RGB (Red+Green+Blue) = 11+233+152=396 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 396); Green value is 233 (91.41% from 255 or 58.84% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE998 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BE998 is #F41667. Grayscale: #9D9D9D. Windows color (decimal): -15996520 or 10021131. OLE color: 10021131.
HSL color Cylindrical-coordinate representation of color #0BE998: hue angle of 158.11º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE998 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 233 | 152 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.09 |
| HSL | 158.11º | 0.91% | 0.48% | - |
| HSV(B) | 158.11º | 0.95% | 0.91% | - |
| XYZ | 34.94 | 60.62 | 39.56 | - |
| YUV | 157.39 | 124.95 | 23.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 233 | 152 | 0.95 | 0 | 0.35 | 0.09 | 158.11 | 0.91 | 0.48 |
| Hex | B | E9 | 98 | 5F | 0 | 23 | 9 | 9E | 5B | 30 |
| Octal | 13 | 351 | 230 | 137 | 0 | 43 | 11 | 236 | 133 | 60 |
| Binary | 1011 | 11101001 | 10011000 | 1011111 | 0 | 100011 | 1001 | 10011110 | 1011011 | 110000 |
Color Harmonies of #0BE998
Complementary color
Monochromatic Colors of #0BE998
Black with #0BE998
Text Example
Text Example
White with #0BE998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE998; }
p { color: rgb(11,233,152); }
H1.HeaderClassName
{
color: #0BE998;
}
.AnyTagClassName
{
color: #0BE998;
}
</style>
background-color css
<style>
a { background-color: #0BE998; }
a { background-color: rgb(11,233,152); }
div.DivClassName
{
background-color: #0BE998;
}
.BgClassName
{
background-color: #0BE998;
}
</style>
border-color css
<style>
span { border-color: #0BE998; }
span { border-color: rgb(11,233,152); }
td.TdClassName
{
border-color: #0BE998;
}
.TagClassName
{
border-color: #0BE998;
}
</style>