Html Css Color HEX #1AFBBC Medium Spring Green
📋 copy color: '#1AFBBC'red 26 ◦ green 251 ◦ blue 188
Shades of Medium Spring Green #1AFBBC
Tints of Medium Spring Green #1AFBBC
RGB
CMYK
RGB Variations
Color information
#1AFBBC (or 0x1AFBBC) is known color: Medium Spring Green. HEX triplet: 1A, FB and BC. RGB value is (26,251,188). Sum of RGB (Red+Green+Blue) = 26+251+188=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFBBC is #E50443. Grayscale: #B0B0B0. Windows color (decimal): -15008836 or 12385050. OLE color: 12385050.
HSL color Cylindrical-coordinate representation of color #1AFBBC: hue angle of 163.2º 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 #1AFBBC is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 188 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.02 |
| HSL | 163.2º | 0.97% | 0.54% | - |
| HSV(B) | 163.2º | 0.9% | 0.98% | - |
| XYZ | 44 | 72.84 | 59.32 | - |
| YUV | 176.54 | 134.46 | 20.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 188 | 0.90 | 0 | 0.25 | 0.02 | 163.2 | 0.97 | 0.54 |
| Hex | 1A | FB | BC | 5A | 0 | 19 | 2 | A3 | 61 | 36 |
| Octal | 32 | 373 | 274 | 132 | 0 | 31 | 2 | 243 | 141 | 66 |
| Binary | 11010 | 11111011 | 10111100 | 1011010 | 0 | 11001 | 10 | 10100011 | 1100001 | 110110 |
Color Harmonies of #1AFBBC
Complementary color
Monochromatic Colors of #1AFBBC
Black with #1AFBBC
Text Example
Text Example
White with #1AFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFBBC; }
p { color: rgb(26,251,188); }
H1.HeaderClassName
{
color: #1AFBBC;
}
.AnyTagClassName
{
color: #1AFBBC;
}
</style>
background-color css
<style>
a { background-color: #1AFBBC; }
a { background-color: rgb(26,251,188); }
div.DivClassName
{
background-color: #1AFBBC;
}
.BgClassName
{
background-color: #1AFBBC;
}
</style>
border-color css
<style>
span { border-color: #1AFBBC; }
span { border-color: rgb(26,251,188); }
td.TdClassName
{
border-color: #1AFBBC;
}
.TagClassName
{
border-color: #1AFBBC;
}
</style>