Shades of Shamrock #26E4AA
Tints of Shamrock #26E4AA
RGB
CMYK
RGB Variations
Color information
#26E4AA (or 0x26E4AA) is known color: Shamrock. HEX triplet: 26, E4 and AA. RGB value is (38,228,170). Sum of RGB (Red+Green+Blue) = 38+228+170=436 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.72% from 436); Green value is 228 (89.45% from 255 or 52.29% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 228 - color contains mainly: green. Hex color #26E4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26E4AA is #D91B55. Grayscale: #A4A4A4. Windows color (decimal): -14228310 or 11199526. OLE color: 11199526.
HSL color Cylindrical-coordinate representation of color #26E4AA: hue angle of 161.68º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26E4AA is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 228 | 170 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.11 |
| HSL | 161.68º | 0.78% | 0.52% | - |
| HSV(B) | 161.68º | 0.83% | 0.89% | - |
| XYZ | 35.8 | 58.8 | 47.49 | - |
| YUV | 164.58 | 131.05 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 228 | 170 | 0.83 | 0 | 0.25 | 0.11 | 161.68 | 0.78 | 0.52 |
| Hex | 26 | E4 | AA | 53 | 0 | 19 | B | A2 | 4E | 34 |
| Octal | 46 | 344 | 252 | 123 | 0 | 31 | 13 | 242 | 116 | 64 |
| Binary | 100110 | 11100100 | 10101010 | 1010011 | 0 | 11001 | 1011 | 10100010 | 1001110 | 110100 |
Color Harmonies of #26E4AA
Complementary color
Monochromatic Colors of #26E4AA
Black with #26E4AA
Text Example
Text Example
White with #26E4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E4AA; }
p { color: rgb(38,228,170); }
H1.HeaderClassName
{
color: #26E4AA;
}
.AnyTagClassName
{
color: #26E4AA;
}
</style>
background-color css
<style>
a { background-color: #26E4AA; }
a { background-color: rgb(38,228,170); }
div.DivClassName
{
background-color: #26E4AA;
}
.BgClassName
{
background-color: #26E4AA;
}
</style>
border-color css
<style>
span { border-color: #26E4AA; }
span { border-color: rgb(38,228,170); }
td.TdClassName
{
border-color: #26E4AA;
}
.TagClassName
{
border-color: #26E4AA;
}
</style>