Html Css Color HEX #1BF2AC Medium Spring Green
📋 copy color: '#1BF2AC'red 27 ◦ green 242 ◦ blue 172
Shades of Medium Spring Green #1BF2AC
Tints of Medium Spring Green #1BF2AC
RGB
CMYK
RGB Variations
Color information
#1BF2AC (or 0x1BF2AC) is known color: Medium Spring Green. HEX triplet: 1B, F2 and AC. RGB value is (27,242,172). Sum of RGB (Red+Green+Blue) = 27+242+172=441 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.12% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #1BF2AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BF2AC is #E40D53. Grayscale: #A9A9A9. Windows color (decimal): -14945620 or 11334171. OLE color: 11334171.
HSL color Cylindrical-coordinate representation of color #1BF2AC: hue angle of 160.47º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF2AC is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 242 | 172 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.05 |
| HSL | 160.47º | 0.89% | 0.53% | - |
| HSV(B) | 160.47º | 0.89% | 0.95% | - |
| XYZ | 39.65 | 66.72 | 49.82 | - |
| YUV | 169.74 | 129.27 | 26.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 242 | 172 | 0.89 | 0 | 0.29 | 0.05 | 160.47 | 0.89 | 0.53 |
| Hex | 1B | F2 | AC | 59 | 0 | 1D | 5 | A0 | 59 | 35 |
| Octal | 33 | 362 | 254 | 131 | 0 | 35 | 5 | 240 | 131 | 65 |
| Binary | 11011 | 11110010 | 10101100 | 1011001 | 0 | 11101 | 101 | 10100000 | 1011001 | 110101 |
Color Harmonies of #1BF2AC
Complementary color
Monochromatic Colors of #1BF2AC
Black with #1BF2AC
Text Example
Text Example
White with #1BF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF2AC; }
p { color: rgb(27,242,172); }
H1.HeaderClassName
{
color: #1BF2AC;
}
.AnyTagClassName
{
color: #1BF2AC;
}
</style>
background-color css
<style>
a { background-color: #1BF2AC; }
a { background-color: rgb(27,242,172); }
div.DivClassName
{
background-color: #1BF2AC;
}
.BgClassName
{
background-color: #1BF2AC;
}
</style>
border-color css
<style>
span { border-color: #1BF2AC; }
span { border-color: rgb(27,242,172); }
td.TdClassName
{
border-color: #1BF2AC;
}
.TagClassName
{
border-color: #1BF2AC;
}
</style>