Shades of Shamrock #35D2AB
Tints of Shamrock #35D2AB
RGB
CMYK
RGB Variations
Color information
#35D2AB (or 0x35D2AB) is known color: Shamrock. HEX triplet: 35, D2 and AB. RGB value is (53,210,171). Sum of RGB (Red+Green+Blue) = 53+210+171=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #35D2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D2AB is #CA2D54. Grayscale: #9E9E9E. Windows color (decimal): -13249877 or 11260469. OLE color: 11260469.
HSL color Cylindrical-coordinate representation of color #35D2AB: hue angle of 165.1º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D2AB is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 171 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.18 |
| HSL | 165.1º | 0.64% | 0.52% | - |
| HSV(B) | 165.1º | 0.75% | 0.82% | - |
| XYZ | 31.87 | 49.79 | 46.46 | - |
| YUV | 158.61 | 134.99 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 171 | 0.75 | 0 | 0.19 | 0.18 | 165.1 | 0.64 | 0.52 |
| Hex | 35 | D2 | AB | 4B | 0 | 13 | 12 | A5 | 40 | 34 |
| Octal | 65 | 322 | 253 | 113 | 0 | 23 | 22 | 245 | 100 | 64 |
| Binary | 110101 | 11010010 | 10101011 | 1001011 | 0 | 10011 | 10010 | 10100101 | 1000000 | 110100 |
Color Harmonies of #35D2AB
Complementary color
Monochromatic Colors of #35D2AB
Black with #35D2AB
Text Example
Text Example
White with #35D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D2AB; }
p { color: rgb(53,210,171); }
H1.HeaderClassName
{
color: #35D2AB;
}
.AnyTagClassName
{
color: #35D2AB;
}
</style>
background-color css
<style>
a { background-color: #35D2AB; }
a { background-color: rgb(53,210,171); }
div.DivClassName
{
background-color: #35D2AB;
}
.BgClassName
{
background-color: #35D2AB;
}
</style>
border-color css
<style>
span { border-color: #35D2AB; }
span { border-color: rgb(53,210,171); }
td.TdClassName
{
border-color: #35D2AB;
}
.TagClassName
{
border-color: #35D2AB;
}
</style>