Html Css Color HEX #2CFAAF Medium Spring Green
📋 copy color: '#2CFAAF'red 44 ◦ green 250 ◦ blue 175
Shades of Medium Spring Green #2CFAAF
Tints of Medium Spring Green #2CFAAF
RGB
CMYK
RGB Variations
Color information
#2CFAAF (or 0x2CFAAF) is known color: Medium Spring Green. HEX triplet: 2C, FA and AF. RGB value is (44,250,175). Sum of RGB (Red+Green+Blue) = 44+250+175=469 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.38% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFAAF is #D30550. Grayscale: #B3B3B3. Windows color (decimal): -13829457 or 11532844. OLE color: 11532844.
HSL color Cylindrical-coordinate representation of color #2CFAAF: hue angle of 158.16º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFAAF is Cyan = 0.82, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 175 | - |
| CMYK | 0.82 | 0 | 0.3 | 0.02 |
| HSL | 158.16º | 0.95% | 0.58% | - |
| HSV(B) | 158.16º | 0.82% | 0.98% | - |
| XYZ | 42.96 | 72 | 52.19 | - |
| YUV | 179.86 | 125.25 | 31.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 175 | 0.82 | 0 | 0.3 | 0.02 | 158.16 | 0.95 | 0.58 |
| Hex | 2C | FA | AF | 52 | 0 | 1E | 2 | 9E | 5F | 3A |
| Octal | 54 | 372 | 257 | 122 | 0 | 36 | 2 | 236 | 137 | 72 |
| Binary | 101100 | 11111010 | 10101111 | 1010010 | 0 | 11110 | 10 | 10011110 | 1011111 | 111010 |
Color Harmonies of #2CFAAF
Complementary color
Monochromatic Colors of #2CFAAF
Black with #2CFAAF
Text Example
Text Example
White with #2CFAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFAAF; }
p { color: rgb(44,250,175); }
H1.HeaderClassName
{
color: #2CFAAF;
}
.AnyTagClassName
{
color: #2CFAAF;
}
</style>
background-color css
<style>
a { background-color: #2CFAAF; }
a { background-color: rgb(44,250,175); }
div.DivClassName
{
background-color: #2CFAAF;
}
.BgClassName
{
background-color: #2CFAAF;
}
</style>
border-color css
<style>
span { border-color: #2CFAAF; }
span { border-color: rgb(44,250,175); }
td.TdClassName
{
border-color: #2CFAAF;
}
.TagClassName
{
border-color: #2CFAAF;
}
</style>