Html Css Color HEX #0FF8B8 Medium Spring Green
📋 copy color: '#0FF8B8'red 15 ◦ green 248 ◦ blue 184
Shades of Medium Spring Green #0FF8B8
Tints of Medium Spring Green #0FF8B8
RGB
CMYK
RGB Variations
Color information
#0FF8B8 (or 0x0FF8B8) is known color: Medium Spring Green. HEX triplet: 0F, F8 and B8. RGB value is (15,248,184). Sum of RGB (Red+Green+Blue) = 15+248+184=447 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 447); Green value is 248 (97.27% from 255 or 55.48% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF8B8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF8B8 is #F00747. Grayscale: #ABABAB. Windows color (decimal): -15730504 or 12122127. OLE color: 12122127.
HSL color Cylindrical-coordinate representation of color #0FF8B8: hue angle of 163.52º 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 #0FF8B8 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 248 | 184 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.03 |
| HSL | 163.52º | 0.94% | 0.52% | - |
| HSV(B) | 163.52º | 0.94% | 0.97% | - |
| XYZ | 42.42 | 70.7 | 56.76 | - |
| YUV | 171.04 | 135.31 | 16.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 248 | 184 | 0.94 | 0 | 0.26 | 0.03 | 163.52 | 0.94 | 0.52 |
| Hex | F | F8 | B8 | 5E | 0 | 1A | 3 | A4 | 5E | 34 |
| Octal | 17 | 370 | 270 | 136 | 0 | 32 | 3 | 244 | 136 | 64 |
| Binary | 1111 | 11111000 | 10111000 | 1011110 | 0 | 11010 | 11 | 10100100 | 1011110 | 110100 |
Color Harmonies of #0FF8B8
Complementary color
Monochromatic Colors of #0FF8B8
Black with #0FF8B8
Text Example
Text Example
White with #0FF8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF8B8; }
p { color: rgb(15,248,184); }
H1.HeaderClassName
{
color: #0FF8B8;
}
.AnyTagClassName
{
color: #0FF8B8;
}
</style>
background-color css
<style>
a { background-color: #0FF8B8; }
a { background-color: rgb(15,248,184); }
div.DivClassName
{
background-color: #0FF8B8;
}
.BgClassName
{
background-color: #0FF8B8;
}
</style>
border-color css
<style>
span { border-color: #0FF8B8; }
span { border-color: rgb(15,248,184); }
td.TdClassName
{
border-color: #0FF8B8;
}
.TagClassName
{
border-color: #0FF8B8;
}
</style>