Html Css Color HEX #0FF8AA Medium Spring Green
📋 copy color: '#0FF8AA'red 15 ◦ green 248 ◦ blue 170
Shades of Medium Spring Green #0FF8AA
Tints of Medium Spring Green #0FF8AA
RGB
CMYK
RGB Variations
Color information
#0FF8AA (or 0x0FF8AA) is known color: Medium Spring Green. HEX triplet: 0F, F8 and AA. RGB value is (15,248,170). Sum of RGB (Red+Green+Blue) = 15+248+170=433 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 433); Green value is 248 (97.27% from 255 or 57.27% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF8AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF8AA is #F00755. Grayscale: #A9A9A9. Windows color (decimal): -15730518 or 11204623. OLE color: 11204623.
HSL color Cylindrical-coordinate representation of color #0FF8AA: hue angle of 159.91º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF8AA is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 248 | 170 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.03 |
| HSL | 159.91º | 0.94% | 0.52% | - |
| HSV(B) | 159.91º | 0.94% | 0.97% | - |
| XYZ | 41.02 | 70.14 | 49.41 | - |
| YUV | 169.44 | 128.31 | 17.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 248 | 170 | 0.94 | 0 | 0.31 | 0.03 | 159.91 | 0.94 | 0.52 |
| Hex | F | F8 | AA | 5E | 0 | 1F | 3 | A0 | 5E | 34 |
| Octal | 17 | 370 | 252 | 136 | 0 | 37 | 3 | 240 | 136 | 64 |
| Binary | 1111 | 11111000 | 10101010 | 1011110 | 0 | 11111 | 11 | 10100000 | 1011110 | 110100 |
Color Harmonies of #0FF8AA
Complementary color
Monochromatic Colors of #0FF8AA
Black with #0FF8AA
Text Example
Text Example
White with #0FF8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF8AA; }
p { color: rgb(15,248,170); }
H1.HeaderClassName
{
color: #0FF8AA;
}
.AnyTagClassName
{
color: #0FF8AA;
}
</style>
background-color css
<style>
a { background-color: #0FF8AA; }
a { background-color: rgb(15,248,170); }
div.DivClassName
{
background-color: #0FF8AA;
}
.BgClassName
{
background-color: #0FF8AA;
}
</style>
border-color css
<style>
span { border-color: #0FF8AA; }
span { border-color: rgb(15,248,170); }
td.TdClassName
{
border-color: #0FF8AA;
}
.TagClassName
{
border-color: #0FF8AA;
}
</style>