Html Css Color HEX #0BFFAE Medium Spring Green
📋 copy color: '#0BFFAE'red 11 ◦ green 255 ◦ blue 174
Shades of Medium Spring Green #0BFFAE
Tints of Medium Spring Green #0BFFAE
RGB
CMYK
RGB Variations
Color information
#0BFFAE (or 0x0BFFAE) is known color: Medium Spring Green. HEX triplet: 0B, FF and AE. RGB value is (11,255,174). Sum of RGB (Red+Green+Blue) = 11+255+174=440 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.5% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFFAE is #F40051. Grayscale: #ACACAC. Windows color (decimal): -15990866 or 11468555. OLE color: 11468555.
HSL color Cylindrical-coordinate representation of color #0BFFAE: hue angle of 160.08º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFFAE is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 174 | - |
| CMYK | 0.96 | 0 | 0.32 | 0 |
| HSL | 160.08º | 1% | 0.52% | - |
| HSV(B) | 160.08º | 0.96% | 1% | - |
| XYZ | 43.54 | 74.65 | 52.16 | - |
| YUV | 172.81 | 128.66 | 12.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 174 | 0.96 | 0 | 0.32 | 0 | 160.08 | 1 | 0.52 |
| Hex | B | FF | AE | 60 | 0 | 20 | 0 | A0 | 64 | 34 |
| Octal | 13 | 377 | 256 | 140 | 0 | 40 | 0 | 240 | 144 | 64 |
| Binary | 1011 | 11111111 | 10101110 | 1100000 | 0 | 100000 | 0 | 10100000 | 1100100 | 110100 |
Color Harmonies of #0BFFAE
Complementary color
Monochromatic Colors of #0BFFAE
Black with #0BFFAE
Text Example
Text Example
White with #0BFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFAE; }
p { color: rgb(11,255,174); }
H1.HeaderClassName
{
color: #0BFFAE;
}
.AnyTagClassName
{
color: #0BFFAE;
}
</style>
background-color css
<style>
a { background-color: #0BFFAE; }
a { background-color: rgb(11,255,174); }
div.DivClassName
{
background-color: #0BFFAE;
}
.BgClassName
{
background-color: #0BFFAE;
}
</style>
border-color css
<style>
span { border-color: #0BFFAE; }
span { border-color: rgb(11,255,174); }
td.TdClassName
{
border-color: #0BFFAE;
}
.TagClassName
{
border-color: #0BFFAE;
}
</style>