Html Css Color HEX #0FF1AB Medium Spring Green
📋 copy color: '#0FF1AB'red 15 ◦ green 241 ◦ blue 171
Shades of Medium Spring Green #0FF1AB
Tints of Medium Spring Green #0FF1AB
RGB
CMYK
RGB Variations
Color information
#0FF1AB (or 0x0FF1AB) is known color: Medium Spring Green. HEX triplet: 0F, F1 and AB. RGB value is (15,241,171). Sum of RGB (Red+Green+Blue) = 15+241+171=427 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.51% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF1AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF1AB is #F00E54. Grayscale: #A5A5A5. Windows color (decimal): -15732309 or 11268367. OLE color: 11268367.
HSL color Cylindrical-coordinate representation of color #0FF1AB: hue angle of 161.42º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF1AB is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 241 | 171 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.05 |
| HSL | 161.42º | 0.89% | 0.5% | - |
| HSV(B) | 161.42º | 0.94% | 0.95% | - |
| XYZ | 39 | 65.95 | 49.2 | - |
| YUV | 165.45 | 131.13 | 20.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 241 | 171 | 0.94 | 0 | 0.29 | 0.05 | 161.42 | 0.89 | 0.5 |
| Hex | F | F1 | AB | 5E | 0 | 1D | 5 | A1 | 59 | 32 |
| Octal | 17 | 361 | 253 | 136 | 0 | 35 | 5 | 241 | 131 | 62 |
| Binary | 1111 | 11110001 | 10101011 | 1011110 | 0 | 11101 | 101 | 10100001 | 1011001 | 110010 |
Color Harmonies of #0FF1AB
Complementary color
Monochromatic Colors of #0FF1AB
Black with #0FF1AB
Text Example
Text Example
White with #0FF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF1AB; }
p { color: rgb(15,241,171); }
H1.HeaderClassName
{
color: #0FF1AB;
}
.AnyTagClassName
{
color: #0FF1AB;
}
</style>
background-color css
<style>
a { background-color: #0FF1AB; }
a { background-color: rgb(15,241,171); }
div.DivClassName
{
background-color: #0FF1AB;
}
.BgClassName
{
background-color: #0FF1AB;
}
</style>
border-color css
<style>
span { border-color: #0FF1AB; }
span { border-color: rgb(15,241,171); }
td.TdClassName
{
border-color: #0FF1AB;
}
.TagClassName
{
border-color: #0FF1AB;
}
</style>