Shades of Shamrock #35E2A8
Tints of Shamrock #35E2A8
RGB
CMYK
RGB Variations
Color information
#35E2A8 (or 0x35E2A8) is known color: Shamrock. HEX triplet: 35, E2 and A8. RGB value is (53,226,168). Sum of RGB (Red+Green+Blue) = 53+226+168=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #35E2A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E2A8 is #CA1D57. Grayscale: #A7A7A7. Windows color (decimal): -13245784 or 11067957. OLE color: 11067957.
HSL color Cylindrical-coordinate representation of color #35E2A8: hue angle of 159.88º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E2A8 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 168 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.11 |
| HSL | 159.88º | 0.75% | 0.55% | - |
| HSV(B) | 159.88º | 0.77% | 0.89% | - |
| XYZ | 35.73 | 57.98 | 46.35 | - |
| YUV | 167.66 | 128.19 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 168 | 0.77 | 0 | 0.26 | 0.11 | 159.88 | 0.75 | 0.55 |
| Hex | 35 | E2 | A8 | 4D | 0 | 1A | B | A0 | 4B | 37 |
| Octal | 65 | 342 | 250 | 115 | 0 | 32 | 13 | 240 | 113 | 67 |
| Binary | 110101 | 11100010 | 10101000 | 1001101 | 0 | 11010 | 1011 | 10100000 | 1001011 | 110111 |
Color Harmonies of #35E2A8
Complementary color
Monochromatic Colors of #35E2A8
Black with #35E2A8
Text Example
Text Example
White with #35E2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E2A8; }
p { color: rgb(53,226,168); }
H1.HeaderClassName
{
color: #35E2A8;
}
.AnyTagClassName
{
color: #35E2A8;
}
</style>
background-color css
<style>
a { background-color: #35E2A8; }
a { background-color: rgb(53,226,168); }
div.DivClassName
{
background-color: #35E2A8;
}
.BgClassName
{
background-color: #35E2A8;
}
</style>
border-color css
<style>
span { border-color: #35E2A8; }
span { border-color: rgb(53,226,168); }
td.TdClassName
{
border-color: #35E2A8;
}
.TagClassName
{
border-color: #35E2A8;
}
</style>