Html Css Color HEX #0BE7AF Medium Spring Green
📋 copy color: '#0BE7AF'red 11 ◦ green 231 ◦ blue 175
Shades of Medium Spring Green #0BE7AF
Tints of Medium Spring Green #0BE7AF
RGB
CMYK
RGB Variations
Color information
#0BE7AF (or 0x0BE7AF) is known color: Medium Spring Green. HEX triplet: 0B, E7 and AF. RGB value is (11,231,175). Sum of RGB (Red+Green+Blue) = 11+231+175=417 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 417); Green value is 231 (90.62% from 255 or 55.40% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE7AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BE7AF is #F41850. Grayscale: #9E9E9E. Windows color (decimal): -15997009 or 11527947. OLE color: 11527947.
HSL color Cylindrical-coordinate representation of color #0BE7AF: hue angle of 164.73º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE7AF is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 231 | 175 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.09 |
| HSL | 164.73º | 0.91% | 0.47% | - |
| HSV(B) | 164.73º | 0.95% | 0.91% | - |
| XYZ | 36.45 | 60.32 | 50.28 | - |
| YUV | 158.84 | 137.11 | 22.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 231 | 175 | 0.95 | 0 | 0.24 | 0.09 | 164.73 | 0.91 | 0.47 |
| Hex | B | E7 | AF | 5F | 0 | 18 | 9 | A5 | 5B | 2F |
| Octal | 13 | 347 | 257 | 137 | 0 | 30 | 11 | 245 | 133 | 57 |
| Binary | 1011 | 11100111 | 10101111 | 1011111 | 0 | 11000 | 1001 | 10100101 | 1011011 | 101111 |
Color Harmonies of #0BE7AF
Complementary color
Monochromatic Colors of #0BE7AF
Black with #0BE7AF
Text Example
Text Example
White with #0BE7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE7AF; }
p { color: rgb(11,231,175); }
H1.HeaderClassName
{
color: #0BE7AF;
}
.AnyTagClassName
{
color: #0BE7AF;
}
</style>
background-color css
<style>
a { background-color: #0BE7AF; }
a { background-color: rgb(11,231,175); }
div.DivClassName
{
background-color: #0BE7AF;
}
.BgClassName
{
background-color: #0BE7AF;
}
</style>
border-color css
<style>
span { border-color: #0BE7AF; }
span { border-color: rgb(11,231,175); }
td.TdClassName
{
border-color: #0BE7AF;
}
.TagClassName
{
border-color: #0BE7AF;
}
</style>