Shades of Shamrock #35D1A4
Tints of Shamrock #35D1A4
RGB
CMYK
RGB Variations
Color information
#35D1A4 (or 0x35D1A4) is known color: Shamrock. HEX triplet: 35, D1 and A4. RGB value is (53,209,164). Sum of RGB (Red+Green+Blue) = 53+209+164=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #35D1A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D1A4 is #CA2E5B. Grayscale: #9D9D9D. Windows color (decimal): -13250140 or 10801461. OLE color: 10801461.
HSL color Cylindrical-coordinate representation of color #35D1A4: hue angle of 162.69º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D1A4 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 209 | 164 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.18 |
| HSL | 162.69º | 0.63% | 0.51% | - |
| HSV(B) | 162.69º | 0.75% | 0.82% | - |
| XYZ | 30.97 | 49.04 | 42.96 | - |
| YUV | 157.23 | 131.82 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 209 | 164 | 0.75 | 0 | 0.22 | 0.18 | 162.69 | 0.63 | 0.51 |
| Hex | 35 | D1 | A4 | 4B | 0 | 16 | 12 | A3 | 3F | 33 |
| Octal | 65 | 321 | 244 | 113 | 0 | 26 | 22 | 243 | 77 | 63 |
| Binary | 110101 | 11010001 | 10100100 | 1001011 | 0 | 10110 | 10010 | 10100011 | 111111 | 110011 |
Color Harmonies of #35D1A4
Complementary color
Monochromatic Colors of #35D1A4
Black with #35D1A4
Text Example
Text Example
White with #35D1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D1A4; }
p { color: rgb(53,209,164); }
H1.HeaderClassName
{
color: #35D1A4;
}
.AnyTagClassName
{
color: #35D1A4;
}
</style>
background-color css
<style>
a { background-color: #35D1A4; }
a { background-color: rgb(53,209,164); }
div.DivClassName
{
background-color: #35D1A4;
}
.BgClassName
{
background-color: #35D1A4;
}
</style>
border-color css
<style>
span { border-color: #35D1A4; }
span { border-color: rgb(53,209,164); }
td.TdClassName
{
border-color: #35D1A4;
}
.TagClassName
{
border-color: #35D1A4;
}
</style>