Html Css Color HEX #1AFBBD Medium Spring Green
📋 copy color: '#1AFBBD'red 26 ◦ green 251 ◦ blue 189
Shades of Medium Spring Green #1AFBBD
Tints of Medium Spring Green #1AFBBD
RGB
CMYK
RGB Variations
Color information
#1AFBBD (or 0x1AFBBD) is known color: Medium Spring Green. HEX triplet: 1A, FB and BD. RGB value is (26,251,189). Sum of RGB (Red+Green+Blue) = 26+251+189=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFBBD is #E50442. Grayscale: #B0B0B0. Windows color (decimal): -15008835 or 12450586. OLE color: 12450586.
HSL color Cylindrical-coordinate representation of color #1AFBBD: hue angle of 163.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFBBD is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 189 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.02 |
| HSL | 163.47º | 0.97% | 0.54% | - |
| HSV(B) | 163.47º | 0.9% | 0.98% | - |
| XYZ | 44.11 | 72.89 | 59.89 | - |
| YUV | 176.66 | 134.96 | 20.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 189 | 0.90 | 0 | 0.25 | 0.02 | 163.47 | 0.97 | 0.54 |
| Hex | 1A | FB | BD | 5A | 0 | 19 | 2 | A3 | 61 | 36 |
| Octal | 32 | 373 | 275 | 132 | 0 | 31 | 2 | 243 | 141 | 66 |
| Binary | 11010 | 11111011 | 10111101 | 1011010 | 0 | 11001 | 10 | 10100011 | 1100001 | 110110 |
Color Harmonies of #1AFBBD
Complementary color
Monochromatic Colors of #1AFBBD
Black with #1AFBBD
Text Example
Text Example
White with #1AFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFBBD; }
p { color: rgb(26,251,189); }
H1.HeaderClassName
{
color: #1AFBBD;
}
.AnyTagClassName
{
color: #1AFBBD;
}
</style>
background-color css
<style>
a { background-color: #1AFBBD; }
a { background-color: rgb(26,251,189); }
div.DivClassName
{
background-color: #1AFBBD;
}
.BgClassName
{
background-color: #1AFBBD;
}
</style>
border-color css
<style>
span { border-color: #1AFBBD; }
span { border-color: rgb(26,251,189); }
td.TdClassName
{
border-color: #1AFBBD;
}
.TagClassName
{
border-color: #1AFBBD;
}
</style>