Shades of Shamrock #1AE3AB
Tints of Shamrock #1AE3AB
RGB
CMYK
RGB Variations
Color information
#1AE3AB (or 0x1AE3AB) is known color: Shamrock. HEX triplet: 1A, E3 and AB. RGB value is (26,227,171). Sum of RGB (Red+Green+Blue) = 26+227+171=424 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.13% from 424); Green value is 227 (89.06% from 255 or 53.54% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 227 - color contains mainly: green. Hex color #1AE3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AE3AB is #E51C54. Grayscale: #A0A0A0. Windows color (decimal): -15014997 or 11264794. OLE color: 11264794.
HSL color Cylindrical-coordinate representation of color #1AE3AB: hue angle of 163.28º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE3AB is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 227 | 171 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.11 |
| HSL | 163.28º | 0.79% | 0.5% | - |
| HSV(B) | 163.28º | 0.89% | 0.89% | - |
| XYZ | 35.25 | 58.1 | 47.88 | - |
| YUV | 160.52 | 133.91 | 32.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 227 | 171 | 0.89 | 0 | 0.25 | 0.11 | 163.28 | 0.79 | 0.5 |
| Hex | 1A | E3 | AB | 59 | 0 | 19 | B | A3 | 4F | 32 |
| Octal | 32 | 343 | 253 | 131 | 0 | 31 | 13 | 243 | 117 | 62 |
| Binary | 11010 | 11100011 | 10101011 | 1011001 | 0 | 11001 | 1011 | 10100011 | 1001111 | 110010 |
Color Harmonies of #1AE3AB
Complementary color
Monochromatic Colors of #1AE3AB
Black with #1AE3AB
Text Example
Text Example
White with #1AE3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE3AB; }
p { color: rgb(26,227,171); }
H1.HeaderClassName
{
color: #1AE3AB;
}
.AnyTagClassName
{
color: #1AE3AB;
}
</style>
background-color css
<style>
a { background-color: #1AE3AB; }
a { background-color: rgb(26,227,171); }
div.DivClassName
{
background-color: #1AE3AB;
}
.BgClassName
{
background-color: #1AE3AB;
}
</style>
border-color css
<style>
span { border-color: #1AE3AB; }
span { border-color: rgb(26,227,171); }
td.TdClassName
{
border-color: #1AE3AB;
}
.TagClassName
{
border-color: #1AE3AB;
}
</style>