Shades of Shamrock #35EBA4
Tints of Shamrock #35EBA4
RGB
CMYK
RGB Variations
Color information
#35EBA4 (or 0x35EBA4) is known color: Shamrock. HEX triplet: 35, EB and A4. RGB value is (53,235,164). Sum of RGB (Red+Green+Blue) = 53+235+164=452 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.73% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #35EBA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EBA4 is #CA145B. Grayscale: #ACACAC. Windows color (decimal): -13243484 or 10808117. OLE color: 10808117.
HSL color Cylindrical-coordinate representation of color #35EBA4: hue angle of 156.59º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35EBA4 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 235 | 164 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.08 |
| HSL | 156.59º | 0.82% | 0.56% | - |
| HSV(B) | 156.59º | 0.77% | 0.92% | - |
| XYZ | 37.88 | 62.85 | 45.26 | - |
| YUV | 172.49 | 123.2 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 235 | 164 | 0.77 | 0 | 0.30 | 0.08 | 156.59 | 0.82 | 0.56 |
| Hex | 35 | EB | A4 | 4D | 0 | 1E | 8 | 9D | 52 | 38 |
| Octal | 65 | 353 | 244 | 115 | 0 | 36 | 10 | 235 | 122 | 70 |
| Binary | 110101 | 11101011 | 10100100 | 1001101 | 0 | 11110 | 1000 | 10011101 | 1010010 | 111000 |
Color Harmonies of #35EBA4
Complementary color
Monochromatic Colors of #35EBA4
Black with #35EBA4
Text Example
Text Example
White with #35EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EBA4; }
p { color: rgb(53,235,164); }
H1.HeaderClassName
{
color: #35EBA4;
}
.AnyTagClassName
{
color: #35EBA4;
}
</style>
background-color css
<style>
a { background-color: #35EBA4; }
a { background-color: rgb(53,235,164); }
div.DivClassName
{
background-color: #35EBA4;
}
.BgClassName
{
background-color: #35EBA4;
}
</style>
border-color css
<style>
span { border-color: #35EBA4; }
span { border-color: rgb(53,235,164); }
td.TdClassName
{
border-color: #35EBA4;
}
.TagClassName
{
border-color: #35EBA4;
}
</style>