Html Css Color HEX #2AFAB0 Medium Spring Green
📋 copy color: '#2AFAB0'red 42 ◦ green 250 ◦ blue 176
Shades of Medium Spring Green #2AFAB0
Tints of Medium Spring Green #2AFAB0
RGB
CMYK
RGB Variations
Color information
#2AFAB0 (or 0x2AFAB0) is known color: Medium Spring Green. HEX triplet: 2A, FA and B0. RGB value is (42,250,176). Sum of RGB (Red+Green+Blue) = 42+250+176=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFAB0 is #D5054F. Grayscale: #B3B3B3. Windows color (decimal): -13960528 or 11598378. OLE color: 11598378.
HSL color Cylindrical-coordinate representation of color #2AFAB0: hue angle of 158.65º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFAB0 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 176 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.02 |
| HSL | 158.65º | 0.95% | 0.57% | - |
| HSV(B) | 158.65º | 0.83% | 0.98% | - |
| XYZ | 42.98 | 72 | 52.71 | - |
| YUV | 179.37 | 126.09 | 30.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 176 | 0.83 | 0 | 0.30 | 0.02 | 158.65 | 0.95 | 0.57 |
| Hex | 2A | FA | B0 | 53 | 0 | 1E | 2 | 9F | 5F | 39 |
| Octal | 52 | 372 | 260 | 123 | 0 | 36 | 2 | 237 | 137 | 71 |
| Binary | 101010 | 11111010 | 10110000 | 1010011 | 0 | 11110 | 10 | 10011111 | 1011111 | 111001 |
Color Harmonies of #2AFAB0
Complementary color
Monochromatic Colors of #2AFAB0
Black with #2AFAB0
Text Example
Text Example
White with #2AFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFAB0; }
p { color: rgb(42,250,176); }
H1.HeaderClassName
{
color: #2AFAB0;
}
.AnyTagClassName
{
color: #2AFAB0;
}
</style>
background-color css
<style>
a { background-color: #2AFAB0; }
a { background-color: rgb(42,250,176); }
div.DivClassName
{
background-color: #2AFAB0;
}
.BgClassName
{
background-color: #2AFAB0;
}
</style>
border-color css
<style>
span { border-color: #2AFAB0; }
span { border-color: rgb(42,250,176); }
td.TdClassName
{
border-color: #2AFAB0;
}
.TagClassName
{
border-color: #2AFAB0;
}
</style>