Shades of Shamrock #1AD8A8
Tints of Shamrock #1AD8A8
RGB
CMYK
RGB Variations
Color information
#1AD8A8 (or 0x1AD8A8) is known color: Shamrock. HEX triplet: 1A, D8 and A8. RGB value is (26,216,168). Sum of RGB (Red+Green+Blue) = 26+216+168=410 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.34% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD8A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD8A8 is #E52757. Grayscale: #999999. Windows color (decimal): -15017816 or 11065370. OLE color: 11065370.
HSL color Cylindrical-coordinate representation of color #1AD8A8: hue angle of 164.84º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD8A8 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 216 | 168 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.15 |
| HSL | 164.84º | 0.79% | 0.47% | - |
| HSV(B) | 164.84º | 0.88% | 0.85% | - |
| XYZ | 32.05 | 52.16 | 45.42 | - |
| YUV | 153.72 | 136.05 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 168 | 0.88 | 0 | 0.22 | 0.15 | 164.84 | 0.79 | 0.47 |
| Hex | 1A | D8 | A8 | 58 | 0 | 16 | F | A5 | 4F | 2F |
| Octal | 32 | 330 | 250 | 130 | 0 | 26 | 17 | 245 | 117 | 57 |
| Binary | 11010 | 11011000 | 10101000 | 1011000 | 0 | 10110 | 1111 | 10100101 | 1001111 | 101111 |
Color Harmonies of #1AD8A8
Complementary color
Monochromatic Colors of #1AD8A8
Black with #1AD8A8
Text Example
Text Example
White with #1AD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD8A8; }
p { color: rgb(26,216,168); }
H1.HeaderClassName
{
color: #1AD8A8;
}
.AnyTagClassName
{
color: #1AD8A8;
}
</style>
background-color css
<style>
a { background-color: #1AD8A8; }
a { background-color: rgb(26,216,168); }
div.DivClassName
{
background-color: #1AD8A8;
}
.BgClassName
{
background-color: #1AD8A8;
}
</style>
border-color css
<style>
span { border-color: #1AD8A8; }
span { border-color: rgb(26,216,168); }
td.TdClassName
{
border-color: #1AD8A8;
}
.TagClassName
{
border-color: #1AD8A8;
}
</style>