Html Css Color HEX #0BFAB4 Medium Spring Green
📋 copy color: '#0BFAB4'red 11 ◦ green 250 ◦ blue 180
Shades of Medium Spring Green #0BFAB4
Tints of Medium Spring Green #0BFAB4
RGB
CMYK
RGB Variations
Color information
#0BFAB4 (or 0x0BFAB4) is known color: Medium Spring Green. HEX triplet: 0B, FA and B4. RGB value is (11,250,180). Sum of RGB (Red+Green+Blue) = 11+250+180=441 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFAB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFAB4 is #F4054B. Grayscale: #AAAAAA. Windows color (decimal): -15992140 or 11860491. OLE color: 11860491.
HSL color Cylindrical-coordinate representation of color #0BFAB4: hue angle of 162.43º 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 #0BFAB4 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 180 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.02 |
| HSL | 162.43º | 0.96% | 0.51% | - |
| HSV(B) | 162.43º | 0.96% | 0.98% | - |
| XYZ | 42.56 | 71.74 | 54.78 | - |
| YUV | 170.56 | 133.32 | 14.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 180 | 0.96 | 0 | 0.28 | 0.02 | 162.43 | 0.96 | 0.51 |
| Hex | B | FA | B4 | 60 | 0 | 1C | 2 | A2 | 60 | 33 |
| Octal | 13 | 372 | 264 | 140 | 0 | 34 | 2 | 242 | 140 | 63 |
| Binary | 1011 | 11111010 | 10110100 | 1100000 | 0 | 11100 | 10 | 10100010 | 1100000 | 110011 |
Color Harmonies of #0BFAB4
Complementary color
Monochromatic Colors of #0BFAB4
Black with #0BFAB4
Text Example
Text Example
White with #0BFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFAB4; }
p { color: rgb(11,250,180); }
H1.HeaderClassName
{
color: #0BFAB4;
}
.AnyTagClassName
{
color: #0BFAB4;
}
</style>
background-color css
<style>
a { background-color: #0BFAB4; }
a { background-color: rgb(11,250,180); }
div.DivClassName
{
background-color: #0BFAB4;
}
.BgClassName
{
background-color: #0BFAB4;
}
</style>
border-color css
<style>
span { border-color: #0BFAB4; }
span { border-color: rgb(11,250,180); }
td.TdClassName
{
border-color: #0BFAB4;
}
.TagClassName
{
border-color: #0BFAB4;
}
</style>