Shades of Shamrock #26D9AD
Tints of Shamrock #26D9AD
RGB
CMYK
RGB Variations
Color information
#26D9AD (or 0x26D9AD) is known color: Shamrock. HEX triplet: 26, D9 and AD. RGB value is (38,217,173). Sum of RGB (Red+Green+Blue) = 38+217+173=428 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.88% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #26D9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26D9AD is #D92652. Grayscale: #9E9E9E. Windows color (decimal): -14231123 or 11393318. OLE color: 11393318.
HSL color Cylindrical-coordinate representation of color #26D9AD: hue angle of 165.25º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D9AD is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 217 | 173 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.15 |
| HSL | 165.25º | 0.7% | 0.5% | - |
| HSV(B) | 165.25º | 0.82% | 0.85% | - |
| XYZ | 33.16 | 53.05 | 48.03 | - |
| YUV | 158.46 | 136.2 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 217 | 173 | 0.82 | 0 | 0.20 | 0.15 | 165.25 | 0.7 | 0.5 |
| Hex | 26 | D9 | AD | 52 | 0 | 14 | F | A5 | 46 | 32 |
| Octal | 46 | 331 | 255 | 122 | 0 | 24 | 17 | 245 | 106 | 62 |
| Binary | 100110 | 11011001 | 10101101 | 1010010 | 0 | 10100 | 1111 | 10100101 | 1000110 | 110010 |
Color Harmonies of #26D9AD
Complementary color
Monochromatic Colors of #26D9AD
Black with #26D9AD
Text Example
Text Example
White with #26D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D9AD; }
p { color: rgb(38,217,173); }
H1.HeaderClassName
{
color: #26D9AD;
}
.AnyTagClassName
{
color: #26D9AD;
}
</style>
background-color css
<style>
a { background-color: #26D9AD; }
a { background-color: rgb(38,217,173); }
div.DivClassName
{
background-color: #26D9AD;
}
.BgClassName
{
background-color: #26D9AD;
}
</style>
border-color css
<style>
span { border-color: #26D9AD; }
span { border-color: rgb(38,217,173); }
td.TdClassName
{
border-color: #26D9AD;
}
.TagClassName
{
border-color: #26D9AD;
}
</style>