Shades of Shamrock #35E5AB
Tints of Shamrock #35E5AB
RGB
CMYK
RGB Variations
Color information
#35E5AB (or 0x35E5AB) is known color: Shamrock. HEX triplet: 35, E5 and AB. RGB value is (53,229,171). Sum of RGB (Red+Green+Blue) = 53+229+171=453 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.70% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #35E5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E5AB is #CA1A54. Grayscale: #A9A9A9. Windows color (decimal): -13245013 or 11265333. OLE color: 11265333.
HSL color Cylindrical-coordinate representation of color #35E5AB: hue angle of 160.23º 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 #35E5AB is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 171 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.10 |
| HSL | 160.23º | 0.77% | 0.55% | - |
| HSV(B) | 160.23º | 0.77% | 0.9% | - |
| XYZ | 36.84 | 59.74 | 48.12 | - |
| YUV | 169.76 | 128.69 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 171 | 0.77 | 0 | 0.25 | 0.10 | 160.23 | 0.77 | 0.55 |
| Hex | 35 | E5 | AB | 4D | 0 | 19 | A | A0 | 4D | 37 |
| Octal | 65 | 345 | 253 | 115 | 0 | 31 | 12 | 240 | 115 | 67 |
| Binary | 110101 | 11100101 | 10101011 | 1001101 | 0 | 11001 | 1010 | 10100000 | 1001101 | 110111 |
Color Harmonies of #35E5AB
Complementary color
Monochromatic Colors of #35E5AB
Black with #35E5AB
Text Example
Text Example
White with #35E5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E5AB; }
p { color: rgb(53,229,171); }
H1.HeaderClassName
{
color: #35E5AB;
}
.AnyTagClassName
{
color: #35E5AB;
}
</style>
background-color css
<style>
a { background-color: #35E5AB; }
a { background-color: rgb(53,229,171); }
div.DivClassName
{
background-color: #35E5AB;
}
.BgClassName
{
background-color: #35E5AB;
}
</style>
border-color css
<style>
span { border-color: #35E5AB; }
span { border-color: rgb(53,229,171); }
td.TdClassName
{
border-color: #35E5AB;
}
.TagClassName
{
border-color: #35E5AB;
}
</style>