Shades of Shamrock #35D4A0
Tints of Shamrock #35D4A0
RGB
CMYK
RGB Variations
Color information
#35D4A0 (or 0x35D4A0) is known color: Shamrock. HEX triplet: 35, D4 and A0. RGB value is (53,212,160). Sum of RGB (Red+Green+Blue) = 53+212+160=425 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.47% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #35D4A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D4A0 is #CA2B5F. Grayscale: #9E9E9E. Windows color (decimal): -13249376 or 10540085. OLE color: 10540085.
HSL color Cylindrical-coordinate representation of color #35D4A0: hue angle of 160.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D4A0 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 212 | 160 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.17 |
| HSL | 160.38º | 0.65% | 0.52% | - |
| HSV(B) | 160.38º | 0.75% | 0.83% | - |
| XYZ | 31.36 | 50.38 | 41.33 | - |
| YUV | 158.53 | 128.82 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 212 | 160 | 0.75 | 0 | 0.25 | 0.17 | 160.38 | 0.65 | 0.52 |
| Hex | 35 | D4 | A0 | 4B | 0 | 19 | 11 | A0 | 41 | 34 |
| Octal | 65 | 324 | 240 | 113 | 0 | 31 | 21 | 240 | 101 | 64 |
| Binary | 110101 | 11010100 | 10100000 | 1001011 | 0 | 11001 | 10001 | 10100000 | 1000001 | 110100 |
Color Harmonies of #35D4A0
Complementary color
Monochromatic Colors of #35D4A0
Black with #35D4A0
Text Example
Text Example
White with #35D4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D4A0; }
p { color: rgb(53,212,160); }
H1.HeaderClassName
{
color: #35D4A0;
}
.AnyTagClassName
{
color: #35D4A0;
}
</style>
background-color css
<style>
a { background-color: #35D4A0; }
a { background-color: rgb(53,212,160); }
div.DivClassName
{
background-color: #35D4A0;
}
.BgClassName
{
background-color: #35D4A0;
}
</style>
border-color css
<style>
span { border-color: #35D4A0; }
span { border-color: rgb(53,212,160); }
td.TdClassName
{
border-color: #35D4A0;
}
.TagClassName
{
border-color: #35D4A0;
}
</style>