Shades of Shamrock #35D6A6
Tints of Shamrock #35D6A6
RGB
CMYK
RGB Variations
Color information
#35D6A6 (or 0x35D6A6) is known color: Shamrock. HEX triplet: 35, D6 and A6. RGB value is (53,214,166). Sum of RGB (Red+Green+Blue) = 53+214+166=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #35D6A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D6A6 is #CA2959. Grayscale: #A0A0A0. Windows color (decimal): -13248858 or 10933813. OLE color: 10933813.
HSL color Cylindrical-coordinate representation of color #35D6A6: hue angle of 162.11º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D6A6 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 214 | 166 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.16 |
| HSL | 162.11º | 0.66% | 0.52% | - |
| HSV(B) | 162.11º | 0.75% | 0.84% | - |
| XYZ | 32.4 | 51.6 | 44.33 | - |
| YUV | 160.39 | 131.16 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 214 | 166 | 0.75 | 0 | 0.22 | 0.16 | 162.11 | 0.66 | 0.52 |
| Hex | 35 | D6 | A6 | 4B | 0 | 16 | 10 | A2 | 42 | 34 |
| Octal | 65 | 326 | 246 | 113 | 0 | 26 | 20 | 242 | 102 | 64 |
| Binary | 110101 | 11010110 | 10100110 | 1001011 | 0 | 10110 | 10000 | 10100010 | 1000010 | 110100 |
Color Harmonies of #35D6A6
Complementary color
Monochromatic Colors of #35D6A6
Black with #35D6A6
Text Example
Text Example
White with #35D6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D6A6; }
p { color: rgb(53,214,166); }
H1.HeaderClassName
{
color: #35D6A6;
}
.AnyTagClassName
{
color: #35D6A6;
}
</style>
background-color css
<style>
a { background-color: #35D6A6; }
a { background-color: rgb(53,214,166); }
div.DivClassName
{
background-color: #35D6A6;
}
.BgClassName
{
background-color: #35D6A6;
}
</style>
border-color css
<style>
span { border-color: #35D6A6; }
span { border-color: rgb(53,214,166); }
td.TdClassName
{
border-color: #35D6A6;
}
.TagClassName
{
border-color: #35D6A6;
}
</style>