Shades of Shamrock #35E5A5
Tints of Shamrock #35E5A5
RGB
CMYK
RGB Variations
Color information
#35E5A5 (or 0x35E5A5) is known color: Shamrock. HEX triplet: 35, E5 and A5. RGB value is (53,229,165). Sum of RGB (Red+Green+Blue) = 53+229+165=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #35E5A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E5A5 is #CA1A5A. Grayscale: #A9A9A9. Windows color (decimal): -13245019 or 10872117. OLE color: 10872117.
HSL color Cylindrical-coordinate representation of color #35E5A5: hue angle of 158.18º 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 #35E5A5 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 165 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.10 |
| HSL | 158.18º | 0.77% | 0.55% | - |
| HSV(B) | 158.18º | 0.77% | 0.9% | - |
| XYZ | 36.28 | 59.51 | 45.17 | - |
| YUV | 169.08 | 125.69 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 165 | 0.77 | 0 | 0.28 | 0.10 | 158.18 | 0.77 | 0.55 |
| Hex | 35 | E5 | A5 | 4D | 0 | 1C | A | 9E | 4D | 37 |
| Octal | 65 | 345 | 245 | 115 | 0 | 34 | 12 | 236 | 115 | 67 |
| Binary | 110101 | 11100101 | 10100101 | 1001101 | 0 | 11100 | 1010 | 10011110 | 1001101 | 110111 |
Color Harmonies of #35E5A5
Complementary color
Monochromatic Colors of #35E5A5
Black with #35E5A5
Text Example
Text Example
White with #35E5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E5A5; }
p { color: rgb(53,229,165); }
H1.HeaderClassName
{
color: #35E5A5;
}
.AnyTagClassName
{
color: #35E5A5;
}
</style>
background-color css
<style>
a { background-color: #35E5A5; }
a { background-color: rgb(53,229,165); }
div.DivClassName
{
background-color: #35E5A5;
}
.BgClassName
{
background-color: #35E5A5;
}
</style>
border-color css
<style>
span { border-color: #35E5A5; }
span { border-color: rgb(53,229,165); }
td.TdClassName
{
border-color: #35E5A5;
}
.TagClassName
{
border-color: #35E5A5;
}
</style>