Shades of Shamrock #35EBA0
Tints of Shamrock #35EBA0
RGB
CMYK
RGB Variations
Color information
#35EBA0 (or 0x35EBA0) is known color: Shamrock. HEX triplet: 35, EB and A0. RGB value is (53,235,160). Sum of RGB (Red+Green+Blue) = 53+235+160=448 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.83% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #35EBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EBA0 is #CA145F. Grayscale: #ACACAC. Windows color (decimal): -13243488 or 10545973. OLE color: 10545973.
HSL color Cylindrical-coordinate representation of color #35EBA0: hue angle of 155.27º 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 #35EBA0 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 235 | 160 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.08 |
| HSL | 155.27º | 0.82% | 0.56% | - |
| HSV(B) | 155.27º | 0.77% | 0.92% | - |
| XYZ | 37.52 | 62.71 | 43.38 | - |
| YUV | 172.03 | 121.2 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 235 | 160 | 0.77 | 0 | 0.32 | 0.08 | 155.27 | 0.82 | 0.56 |
| Hex | 35 | EB | A0 | 4D | 0 | 20 | 8 | 9B | 52 | 38 |
| Octal | 65 | 353 | 240 | 115 | 0 | 40 | 10 | 233 | 122 | 70 |
| Binary | 110101 | 11101011 | 10100000 | 1001101 | 0 | 100000 | 1000 | 10011011 | 1010010 | 111000 |
Color Harmonies of #35EBA0
Complementary color
Monochromatic Colors of #35EBA0
Black with #35EBA0
Text Example
Text Example
White with #35EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EBA0; }
p { color: rgb(53,235,160); }
H1.HeaderClassName
{
color: #35EBA0;
}
.AnyTagClassName
{
color: #35EBA0;
}
</style>
background-color css
<style>
a { background-color: #35EBA0; }
a { background-color: rgb(53,235,160); }
div.DivClassName
{
background-color: #35EBA0;
}
.BgClassName
{
background-color: #35EBA0;
}
</style>
border-color css
<style>
span { border-color: #35EBA0; }
span { border-color: rgb(53,235,160); }
td.TdClassName
{
border-color: #35EBA0;
}
.TagClassName
{
border-color: #35EBA0;
}
</style>