Html Css Color HEX #1CFBAF Medium Spring Green
📋 copy color: '#1CFBAF'red 28 ◦ green 251 ◦ blue 175
Shades of Medium Spring Green #1CFBAF
Tints of Medium Spring Green #1CFBAF
RGB
CMYK
RGB Variations
Color information
#1CFBAF (or 0x1CFBAF) is known color: Medium Spring Green. HEX triplet: 1C, FB and AF. RGB value is (28,251,175). Sum of RGB (Red+Green+Blue) = 28+251+175=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 251 (98.44% from 255 or 55.29% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 251 - color contains mainly: green. Hex color #1CFBAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CFBAF is #E30450. Grayscale: #AFAFAF. Windows color (decimal): -14877777 or 11533084. OLE color: 11533084.
HSL color Cylindrical-coordinate representation of color #1CFBAF: hue angle of 159.55º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFBAF is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 251 | 175 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.02 |
| HSL | 159.55º | 0.97% | 0.55% | - |
| HSV(B) | 159.55º | 0.89% | 0.98% | - |
| XYZ | 42.71 | 72.34 | 52.27 | - |
| YUV | 175.66 | 127.62 | 22.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 251 | 175 | 0.89 | 0 | 0.30 | 0.02 | 159.55 | 0.97 | 0.55 |
| Hex | 1C | FB | AF | 59 | 0 | 1E | 2 | A0 | 61 | 37 |
| Octal | 34 | 373 | 257 | 131 | 0 | 36 | 2 | 240 | 141 | 67 |
| Binary | 11100 | 11111011 | 10101111 | 1011001 | 0 | 11110 | 10 | 10100000 | 1100001 | 110111 |
Color Harmonies of #1CFBAF
Complementary color
Monochromatic Colors of #1CFBAF
Black with #1CFBAF
Text Example
Text Example
White with #1CFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFBAF; }
p { color: rgb(28,251,175); }
H1.HeaderClassName
{
color: #1CFBAF;
}
.AnyTagClassName
{
color: #1CFBAF;
}
</style>
background-color css
<style>
a { background-color: #1CFBAF; }
a { background-color: rgb(28,251,175); }
div.DivClassName
{
background-color: #1CFBAF;
}
.BgClassName
{
background-color: #1CFBAF;
}
</style>
border-color css
<style>
span { border-color: #1CFBAF; }
span { border-color: rgb(28,251,175); }
td.TdClassName
{
border-color: #1CFBAF;
}
.TagClassName
{
border-color: #1CFBAF;
}
</style>