Shades of Shamrock #35E5A4
Tints of Shamrock #35E5A4
RGB
CMYK
RGB Variations
Color information
#35E5A4 (or 0x35E5A4) is known color: Shamrock. HEX triplet: 35, E5 and A4. RGB value is (53,229,164). Sum of RGB (Red+Green+Blue) = 53+229+164=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #35E5A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E5A4 is #CA1A5B. Grayscale: #A9A9A9. Windows color (decimal): -13245020 or 10806581. OLE color: 10806581.
HSL color Cylindrical-coordinate representation of color #35E5A4: hue angle of 157.84º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E5A4 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 164 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.10 |
| HSL | 157.84º | 0.77% | 0.55% | - |
| HSV(B) | 157.84º | 0.77% | 0.9% | - |
| XYZ | 36.19 | 59.48 | 44.69 | - |
| YUV | 168.97 | 125.19 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 164 | 0.77 | 0 | 0.28 | 0.10 | 157.84 | 0.77 | 0.55 |
| Hex | 35 | E5 | A4 | 4D | 0 | 1C | A | 9E | 4D | 37 |
| Octal | 65 | 345 | 244 | 115 | 0 | 34 | 12 | 236 | 115 | 67 |
| Binary | 110101 | 11100101 | 10100100 | 1001101 | 0 | 11100 | 1010 | 10011110 | 1001101 | 110111 |
Color Harmonies of #35E5A4
Complementary color
Monochromatic Colors of #35E5A4
Black with #35E5A4
Text Example
Text Example
White with #35E5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E5A4; }
p { color: rgb(53,229,164); }
H1.HeaderClassName
{
color: #35E5A4;
}
.AnyTagClassName
{
color: #35E5A4;
}
</style>
background-color css
<style>
a { background-color: #35E5A4; }
a { background-color: rgb(53,229,164); }
div.DivClassName
{
background-color: #35E5A4;
}
.BgClassName
{
background-color: #35E5A4;
}
</style>
border-color css
<style>
span { border-color: #35E5A4; }
span { border-color: rgb(53,229,164); }
td.TdClassName
{
border-color: #35E5A4;
}
.TagClassName
{
border-color: #35E5A4;
}
</style>