Html Css Color HEX #1CF2AA Medium Spring Green
📋 copy color: '#1CF2AA'red 28 ◦ green 242 ◦ blue 170
Shades of Medium Spring Green #1CF2AA
Tints of Medium Spring Green #1CF2AA
RGB
CMYK
RGB Variations
Color information
#1CF2AA (or 0x1CF2AA) is known color: Medium Spring Green. HEX triplet: 1C, F2 and AA. RGB value is (28,242,170). Sum of RGB (Red+Green+Blue) = 28+242+170=440 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.36% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF2AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CF2AA is #E30D55. Grayscale: #A9A9A9. Windows color (decimal): -14880086 or 11203100. OLE color: 11203100.
HSL color Cylindrical-coordinate representation of color #1CF2AA: hue angle of 159.81º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF2AA is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 242 | 170 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.05 |
| HSL | 159.81º | 0.89% | 0.53% | - |
| HSV(B) | 159.81º | 0.88% | 0.95% | - |
| XYZ | 39.49 | 66.65 | 48.81 | - |
| YUV | 169.81 | 128.1 | 26.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 242 | 170 | 0.88 | 0 | 0.30 | 0.05 | 159.81 | 0.89 | 0.53 |
| Hex | 1C | F2 | AA | 58 | 0 | 1E | 5 | A0 | 59 | 35 |
| Octal | 34 | 362 | 252 | 130 | 0 | 36 | 5 | 240 | 131 | 65 |
| Binary | 11100 | 11110010 | 10101010 | 1011000 | 0 | 11110 | 101 | 10100000 | 1011001 | 110101 |
Color Harmonies of #1CF2AA
Complementary color
Monochromatic Colors of #1CF2AA
Black with #1CF2AA
Text Example
Text Example
White with #1CF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF2AA; }
p { color: rgb(28,242,170); }
H1.HeaderClassName
{
color: #1CF2AA;
}
.AnyTagClassName
{
color: #1CF2AA;
}
</style>
background-color css
<style>
a { background-color: #1CF2AA; }
a { background-color: rgb(28,242,170); }
div.DivClassName
{
background-color: #1CF2AA;
}
.BgClassName
{
background-color: #1CF2AA;
}
</style>
border-color css
<style>
span { border-color: #1CF2AA; }
span { border-color: rgb(28,242,170); }
td.TdClassName
{
border-color: #1CF2AA;
}
.TagClassName
{
border-color: #1CF2AA;
}
</style>