Html Css Color HEX #26FAAF Medium Spring Green
📋 copy color: '#26FAAF'red 38 ◦ green 250 ◦ blue 175
Shades of Medium Spring Green #26FAAF
Tints of Medium Spring Green #26FAAF
RGB
CMYK
RGB Variations
Color information
#26FAAF (or 0x26FAAF) is known color: Medium Spring Green. HEX triplet: 26, FA and AF. RGB value is (38,250,175). Sum of RGB (Red+Green+Blue) = 38+250+175=463 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.21% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #26FAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #26FAAF is #D90550. Grayscale: #B2B2B2. Windows color (decimal): -14222673 or 11532838. OLE color: 11532838.
HSL color Cylindrical-coordinate representation of color #26FAAF: hue angle of 158.77º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FAAF is Cyan = 0.85, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 250 | 175 | - |
| CMYK | 0.85 | 0 | 0.3 | 0.02 |
| HSL | 158.77º | 0.95% | 0.56% | - |
| HSV(B) | 158.77º | 0.85% | 0.98% | - |
| XYZ | 42.72 | 71.88 | 52.18 | - |
| YUV | 178.06 | 126.26 | 28.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 250 | 175 | 0.85 | 0 | 0.3 | 0.02 | 158.77 | 0.95 | 0.56 |
| Hex | 26 | FA | AF | 55 | 0 | 1E | 2 | 9F | 5F | 38 |
| Octal | 46 | 372 | 257 | 125 | 0 | 36 | 2 | 237 | 137 | 70 |
| Binary | 100110 | 11111010 | 10101111 | 1010101 | 0 | 11110 | 10 | 10011111 | 1011111 | 111000 |
Color Harmonies of #26FAAF
Complementary color
Monochromatic Colors of #26FAAF
Black with #26FAAF
Text Example
Text Example
White with #26FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FAAF; }
p { color: rgb(38,250,175); }
H1.HeaderClassName
{
color: #26FAAF;
}
.AnyTagClassName
{
color: #26FAAF;
}
</style>
background-color css
<style>
a { background-color: #26FAAF; }
a { background-color: rgb(38,250,175); }
div.DivClassName
{
background-color: #26FAAF;
}
.BgClassName
{
background-color: #26FAAF;
}
</style>
border-color css
<style>
span { border-color: #26FAAF; }
span { border-color: rgb(38,250,175); }
td.TdClassName
{
border-color: #26FAAF;
}
.TagClassName
{
border-color: #26FAAF;
}
</style>