Shades of Shamrock #35DDAD
Tints of Shamrock #35DDAD
RGB
CMYK
RGB Variations
Color information
#35DDAD (or 0x35DDAD) is known color: Shamrock. HEX triplet: 35, DD and AD. RGB value is (53,221,173). Sum of RGB (Red+Green+Blue) = 53+221+173=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DDAD is #CA2252. Grayscale: #A5A5A5. Windows color (decimal): -13247059 or 11394357. OLE color: 11394357.
HSL color Cylindrical-coordinate representation of color #35DDAD: hue angle of 162.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DDAD is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 173 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.13 |
| HSL | 162.86º | 0.71% | 0.54% | - |
| HSV(B) | 162.86º | 0.76% | 0.87% | - |
| XYZ | 34.87 | 55.49 | 48.41 | - |
| YUV | 165.3 | 132.34 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 173 | 0.76 | 0 | 0.22 | 0.13 | 162.86 | 0.71 | 0.54 |
| Hex | 35 | DD | AD | 4C | 0 | 16 | D | A3 | 47 | 36 |
| Octal | 65 | 335 | 255 | 114 | 0 | 26 | 15 | 243 | 107 | 66 |
| Binary | 110101 | 11011101 | 10101101 | 1001100 | 0 | 10110 | 1101 | 10100011 | 1000111 | 110110 |
Color Harmonies of #35DDAD
Complementary color
Monochromatic Colors of #35DDAD
Black with #35DDAD
Text Example
Text Example
White with #35DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DDAD; }
p { color: rgb(53,221,173); }
H1.HeaderClassName
{
color: #35DDAD;
}
.AnyTagClassName
{
color: #35DDAD;
}
</style>
background-color css
<style>
a { background-color: #35DDAD; }
a { background-color: rgb(53,221,173); }
div.DivClassName
{
background-color: #35DDAD;
}
.BgClassName
{
background-color: #35DDAD;
}
</style>
border-color css
<style>
span { border-color: #35DDAD; }
span { border-color: rgb(53,221,173); }
td.TdClassName
{
border-color: #35DDAD;
}
.TagClassName
{
border-color: #35DDAD;
}
</style>