Shades of Shamrock #26E6AD
Tints of Shamrock #26E6AD
RGB
CMYK
RGB Variations
Color information
#26E6AD (or 0x26E6AD) is known color: Shamrock. HEX triplet: 26, E6 and AD. RGB value is (38,230,173). Sum of RGB (Red+Green+Blue) = 38+230+173=441 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.62% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #26E6AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #26E6AD is #D91952. Grayscale: #A6A6A6. Windows color (decimal): -14227795 or 11396646. OLE color: 11396646.
HSL color Cylindrical-coordinate representation of color #26E6AD: hue angle of 162.19º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26E6AD is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 230 | 173 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.10 |
| HSL | 162.19º | 0.79% | 0.53% | - |
| HSV(B) | 162.19º | 0.83% | 0.9% | - |
| XYZ | 36.64 | 60.02 | 49.19 | - |
| YUV | 166.09 | 131.89 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 230 | 173 | 0.83 | 0 | 0.25 | 0.10 | 162.19 | 0.79 | 0.53 |
| Hex | 26 | E6 | AD | 53 | 0 | 19 | A | A2 | 4F | 35 |
| Octal | 46 | 346 | 255 | 123 | 0 | 31 | 12 | 242 | 117 | 65 |
| Binary | 100110 | 11100110 | 10101101 | 1010011 | 0 | 11001 | 1010 | 10100010 | 1001111 | 110101 |
Color Harmonies of #26E6AD
Complementary color
Monochromatic Colors of #26E6AD
Black with #26E6AD
Text Example
Text Example
White with #26E6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E6AD; }
p { color: rgb(38,230,173); }
H1.HeaderClassName
{
color: #26E6AD;
}
.AnyTagClassName
{
color: #26E6AD;
}
</style>
background-color css
<style>
a { background-color: #26E6AD; }
a { background-color: rgb(38,230,173); }
div.DivClassName
{
background-color: #26E6AD;
}
.BgClassName
{
background-color: #26E6AD;
}
</style>
border-color css
<style>
span { border-color: #26E6AD; }
span { border-color: rgb(38,230,173); }
td.TdClassName
{
border-color: #26E6AD;
}
.TagClassName
{
border-color: #26E6AD;
}
</style>