Html Css Color HEX #0FF3AF Medium Spring Green
📋 copy color: '#0FF3AF'red 15 ◦ green 243 ◦ blue 175
Shades of Medium Spring Green #0FF3AF
Tints of Medium Spring Green #0FF3AF
RGB
CMYK
RGB Variations
Color information
#0FF3AF (or 0x0FF3AF) is known color: Medium Spring Green. HEX triplet: 0F, F3 and AF. RGB value is (15,243,175). Sum of RGB (Red+Green+Blue) = 15+243+175=433 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 433); Green value is 243 (95.31% from 255 or 56.12% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF3AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF3AF is #F00C50. Grayscale: #A7A7A7. Windows color (decimal): -15731793 or 11531023. OLE color: 11531023.
HSL color Cylindrical-coordinate representation of color #0FF3AF: hue angle of 162.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF3AF is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 175 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.05 |
| HSL | 162.11º | 0.9% | 0.51% | - |
| HSV(B) | 162.11º | 0.94% | 0.95% | - |
| XYZ | 39.99 | 67.3 | 51.44 | - |
| YUV | 167.08 | 132.46 | 19.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 175 | 0.94 | 0 | 0.28 | 0.05 | 162.11 | 0.9 | 0.51 |
| Hex | F | F3 | AF | 5E | 0 | 1C | 5 | A2 | 5A | 33 |
| Octal | 17 | 363 | 257 | 136 | 0 | 34 | 5 | 242 | 132 | 63 |
| Binary | 1111 | 11110011 | 10101111 | 1011110 | 0 | 11100 | 101 | 10100010 | 1011010 | 110011 |
Color Harmonies of #0FF3AF
Complementary color
Monochromatic Colors of #0FF3AF
Black with #0FF3AF
Text Example
Text Example
White with #0FF3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF3AF; }
p { color: rgb(15,243,175); }
H1.HeaderClassName
{
color: #0FF3AF;
}
.AnyTagClassName
{
color: #0FF3AF;
}
</style>
background-color css
<style>
a { background-color: #0FF3AF; }
a { background-color: rgb(15,243,175); }
div.DivClassName
{
background-color: #0FF3AF;
}
.BgClassName
{
background-color: #0FF3AF;
}
</style>
border-color css
<style>
span { border-color: #0FF3AF; }
span { border-color: rgb(15,243,175); }
td.TdClassName
{
border-color: #0FF3AF;
}
.TagClassName
{
border-color: #0FF3AF;
}
</style>