Shades of Medium Spring Green #00F2B8
Tints of Medium Spring Green #00F2B8
RGB
CMYK
RGB Variations
Color information
#00F2B8 (or 0x00F2B8) is known color: Medium Spring Green. HEX triplet: 00, F2 and B8. RGB value is (0,242,184). Sum of RGB (Red+Green+Blue) = 0+242+184=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #00F2B8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F2B8 is #FF0D47. Grayscale: #A3A3A3. Windows color (decimal): -16715080 or 12120576. OLE color: 12120576.
HSL color Cylindrical-coordinate representation of color #00F2B8: hue angle of 165.62º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F2B8 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 184 | - |
| CMYK | 1 | 0 | 0.24 | 0.05 |
| HSL | 165.62º | 1% | 0.47% | - |
| HSV(B) | 165.62º | 1% | 0.95% | - |
| XYZ | 40.4 | 66.96 | 56.14 | - |
| YUV | 163.03 | 139.83 | 11.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 184 | 1 | 0 | 0.24 | 0.05 | 165.62 | 1 | 0.47 |
| Hex | 0 | F2 | B8 | 64 | 0 | 18 | 5 | A6 | 64 | 2F |
| Octal | 0 | 362 | 270 | 144 | 0 | 30 | 5 | 246 | 144 | 57 |
| Binary | 0 | 11110010 | 10111000 | 1100100 | 0 | 11000 | 101 | 10100110 | 1100100 | 101111 |
Color Harmonies of #00F2B8
Complementary color
Monochromatic Colors of #00F2B8
Black with #00F2B8
Text Example
Text Example
White with #00F2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F2B8; }
p { color: rgb(0,242,184); }
H1.HeaderClassName
{
color: #00F2B8;
}
.AnyTagClassName
{
color: #00F2B8;
}
</style>
background-color css
<style>
a { background-color: #00F2B8; }
a { background-color: rgb(0,242,184); }
div.DivClassName
{
background-color: #00F2B8;
}
.BgClassName
{
background-color: #00F2B8;
}
</style>
border-color css
<style>
span { border-color: #00F2B8; }
span { border-color: rgb(0,242,184); }
td.TdClassName
{
border-color: #00F2B8;
}
.TagClassName
{
border-color: #00F2B8;
}
</style>