Html Css Color HEX #0BF0AF Medium Spring Green
📋 copy color: '#0BF0AF'red 11 ◦ green 240 ◦ blue 175
Shades of Medium Spring Green #0BF0AF
Tints of Medium Spring Green #0BF0AF
RGB
CMYK
RGB Variations
Color information
#0BF0AF (or 0x0BF0AF) is known color: Medium Spring Green. HEX triplet: 0B, F0 and AF. RGB value is (11,240,175). Sum of RGB (Red+Green+Blue) = 11+240+175=426 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF0AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF0AF is #F40F50. Grayscale: #A4A4A4. Windows color (decimal): -15994705 or 11530251. OLE color: 11530251.
HSL color Cylindrical-coordinate representation of color #0BF0AF: hue angle of 162.97º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF0AF is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 240 | 175 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.06 |
| HSL | 162.97º | 0.91% | 0.49% | - |
| HSV(B) | 162.97º | 0.95% | 0.94% | - |
| XYZ | 39.04 | 65.49 | 51.14 | - |
| YUV | 164.12 | 134.13 | 18.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 240 | 175 | 0.95 | 0 | 0.27 | 0.06 | 162.97 | 0.91 | 0.49 |
| Hex | B | F0 | AF | 5F | 0 | 1B | 6 | A3 | 5B | 31 |
| Octal | 13 | 360 | 257 | 137 | 0 | 33 | 6 | 243 | 133 | 61 |
| Binary | 1011 | 11110000 | 10101111 | 1011111 | 0 | 11011 | 110 | 10100011 | 1011011 | 110001 |
Color Harmonies of #0BF0AF
Complementary color
Monochromatic Colors of #0BF0AF
Black with #0BF0AF
Text Example
Text Example
White with #0BF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF0AF; }
p { color: rgb(11,240,175); }
H1.HeaderClassName
{
color: #0BF0AF;
}
.AnyTagClassName
{
color: #0BF0AF;
}
</style>
background-color css
<style>
a { background-color: #0BF0AF; }
a { background-color: rgb(11,240,175); }
div.DivClassName
{
background-color: #0BF0AF;
}
.BgClassName
{
background-color: #0BF0AF;
}
</style>
border-color css
<style>
span { border-color: #0BF0AF; }
span { border-color: rgb(11,240,175); }
td.TdClassName
{
border-color: #0BF0AF;
}
.TagClassName
{
border-color: #0BF0AF;
}
</style>