Html Css Color HEX #18EFAF Medium Spring Green
📋 copy color: '#18EFAF'red 24 ◦ green 239 ◦ blue 175
Shades of Medium Spring Green #18EFAF
Tints of Medium Spring Green #18EFAF
RGB
CMYK
RGB Variations
Color information
#18EFAF (or 0x18EFAF) is known color: Medium Spring Green. HEX triplet: 18, EF and AF. RGB value is (24,239,175). Sum of RGB (Red+Green+Blue) = 24+239+175=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #18EFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18EFAF is #E71050. Grayscale: #A7A7A7. Windows color (decimal): -15142993 or 11530008. OLE color: 11530008.
HSL color Cylindrical-coordinate representation of color #18EFAF: hue angle of 162.14º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EFAF is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 175 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.06 |
| HSL | 162.14º | 0.87% | 0.52% | - |
| HSV(B) | 162.14º | 0.9% | 0.94% | - |
| XYZ | 38.98 | 65.02 | 51.05 | - |
| YUV | 167.42 | 132.27 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 175 | 0.90 | 0 | 0.27 | 0.06 | 162.14 | 0.87 | 0.52 |
| Hex | 18 | EF | AF | 5A | 0 | 1B | 6 | A2 | 57 | 34 |
| Octal | 30 | 357 | 257 | 132 | 0 | 33 | 6 | 242 | 127 | 64 |
| Binary | 11000 | 11101111 | 10101111 | 1011010 | 0 | 11011 | 110 | 10100010 | 1010111 | 110100 |
Color Harmonies of #18EFAF
Complementary color
Monochromatic Colors of #18EFAF
Black with #18EFAF
Text Example
Text Example
White with #18EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EFAF; }
p { color: rgb(24,239,175); }
H1.HeaderClassName
{
color: #18EFAF;
}
.AnyTagClassName
{
color: #18EFAF;
}
</style>
background-color css
<style>
a { background-color: #18EFAF; }
a { background-color: rgb(24,239,175); }
div.DivClassName
{
background-color: #18EFAF;
}
.BgClassName
{
background-color: #18EFAF;
}
</style>
border-color css
<style>
span { border-color: #18EFAF; }
span { border-color: rgb(24,239,175); }
td.TdClassName
{
border-color: #18EFAF;
}
.TagClassName
{
border-color: #18EFAF;
}
</style>