Html Css Color HEX #0BFAB2 Medium Spring Green
📋 copy color: '#0BFAB2'red 11 ◦ green 250 ◦ blue 178
Shades of Medium Spring Green #0BFAB2
Tints of Medium Spring Green #0BFAB2
RGB
CMYK
RGB Variations
Color information
#0BFAB2 (or 0x0BFAB2) is known color: Medium Spring Green. HEX triplet: 0B, FA and B2. RGB value is (11,250,178). Sum of RGB (Red+Green+Blue) = 11+250+178=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 250 (98.05% from 255 or 56.95% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFAB2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFAB2 is #F4054D. Grayscale: #AAAAAA. Windows color (decimal): -15992142 or 11729419. OLE color: 11729419.
HSL color Cylindrical-coordinate representation of color #0BFAB2: hue angle of 161.92º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFAB2 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 178 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.02 |
| HSL | 161.92º | 0.96% | 0.51% | - |
| HSV(B) | 161.92º | 0.96% | 0.98% | - |
| XYZ | 42.36 | 71.66 | 53.72 | - |
| YUV | 170.33 | 132.32 | 14.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 178 | 0.96 | 0 | 0.29 | 0.02 | 161.92 | 0.96 | 0.51 |
| Hex | B | FA | B2 | 60 | 0 | 1D | 2 | A2 | 60 | 33 |
| Octal | 13 | 372 | 262 | 140 | 0 | 35 | 2 | 242 | 140 | 63 |
| Binary | 1011 | 11111010 | 10110010 | 1100000 | 0 | 11101 | 10 | 10100010 | 1100000 | 110011 |
Color Harmonies of #0BFAB2
Complementary color
Monochromatic Colors of #0BFAB2
Black with #0BFAB2
Text Example
Text Example
White with #0BFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFAB2; }
p { color: rgb(11,250,178); }
H1.HeaderClassName
{
color: #0BFAB2;
}
.AnyTagClassName
{
color: #0BFAB2;
}
</style>
background-color css
<style>
a { background-color: #0BFAB2; }
a { background-color: rgb(11,250,178); }
div.DivClassName
{
background-color: #0BFAB2;
}
.BgClassName
{
background-color: #0BFAB2;
}
</style>
border-color css
<style>
span { border-color: #0BFAB2; }
span { border-color: rgb(11,250,178); }
td.TdClassName
{
border-color: #0BFAB2;
}
.TagClassName
{
border-color: #0BFAB2;
}
</style>