Html Css Color HEX #1AF8B6 Medium Spring Green
📋 copy color: '#1AF8B6'red 26 ◦ green 248 ◦ blue 182
Shades of Medium Spring Green #1AF8B6
Tints of Medium Spring Green #1AF8B6
RGB
CMYK
RGB Variations
Color information
#1AF8B6 (or 0x1AF8B6) is known color: Medium Spring Green. HEX triplet: 1A, F8 and B6. RGB value is (26,248,182). Sum of RGB (Red+Green+Blue) = 26+248+182=456 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.70% from 456); Green value is 248 (97.27% from 255 or 54.39% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF8B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF8B6 is #E50749. Grayscale: #AEAEAE. Windows color (decimal): -15009610 or 11991066. OLE color: 11991066.
HSL color Cylindrical-coordinate representation of color #1AF8B6: hue angle of 162.16º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF8B6 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 248 | 182 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.03 |
| HSL | 162.16º | 0.94% | 0.54% | - |
| HSV(B) | 162.16º | 0.9% | 0.97% | - |
| XYZ | 42.44 | 70.73 | 55.67 | - |
| YUV | 174.1 | 132.45 | 22.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 248 | 182 | 0.90 | 0 | 0.27 | 0.03 | 162.16 | 0.94 | 0.54 |
| Hex | 1A | F8 | B6 | 5A | 0 | 1B | 3 | A2 | 5E | 36 |
| Octal | 32 | 370 | 266 | 132 | 0 | 33 | 3 | 242 | 136 | 66 |
| Binary | 11010 | 11111000 | 10110110 | 1011010 | 0 | 11011 | 11 | 10100010 | 1011110 | 110110 |
Color Harmonies of #1AF8B6
Complementary color
Monochromatic Colors of #1AF8B6
Black with #1AF8B6
Text Example
Text Example
White with #1AF8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF8B6; }
p { color: rgb(26,248,182); }
H1.HeaderClassName
{
color: #1AF8B6;
}
.AnyTagClassName
{
color: #1AF8B6;
}
</style>
background-color css
<style>
a { background-color: #1AF8B6; }
a { background-color: rgb(26,248,182); }
div.DivClassName
{
background-color: #1AF8B6;
}
.BgClassName
{
background-color: #1AF8B6;
}
</style>
border-color css
<style>
span { border-color: #1AF8B6; }
span { border-color: rgb(26,248,182); }
td.TdClassName
{
border-color: #1AF8B6;
}
.TagClassName
{
border-color: #1AF8B6;
}
</style>