Shades of Shamrock #35D0A6
Tints of Shamrock #35D0A6
RGB
CMYK
RGB Variations
Color information
#35D0A6 (or 0x35D0A6) is known color: Shamrock. HEX triplet: 35, D0 and A6. RGB value is (53,208,166). Sum of RGB (Red+Green+Blue) = 53+208+166=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #35D0A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D0A6 is #CA2F59. Grayscale: #9C9C9C. Windows color (decimal): -13250394 or 10932277. OLE color: 10932277.
HSL color Cylindrical-coordinate representation of color #35D0A6: hue angle of 163.74º degrees, saturation: 0.62, 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 #35D0A6 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 208 | 166 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.18 |
| HSL | 163.74º | 0.62% | 0.51% | - |
| HSV(B) | 163.74º | 0.75% | 0.82% | - |
| XYZ | 30.91 | 48.62 | 43.83 | - |
| YUV | 156.87 | 133.15 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 208 | 166 | 0.75 | 0 | 0.20 | 0.18 | 163.74 | 0.62 | 0.51 |
| Hex | 35 | D0 | A6 | 4B | 0 | 14 | 12 | A4 | 3E | 33 |
| Octal | 65 | 320 | 246 | 113 | 0 | 24 | 22 | 244 | 76 | 63 |
| Binary | 110101 | 11010000 | 10100110 | 1001011 | 0 | 10100 | 10010 | 10100100 | 111110 | 110011 |
Color Harmonies of #35D0A6
Complementary color
Monochromatic Colors of #35D0A6
Black with #35D0A6
Text Example
Text Example
White with #35D0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D0A6; }
p { color: rgb(53,208,166); }
H1.HeaderClassName
{
color: #35D0A6;
}
.AnyTagClassName
{
color: #35D0A6;
}
</style>
background-color css
<style>
a { background-color: #35D0A6; }
a { background-color: rgb(53,208,166); }
div.DivClassName
{
background-color: #35D0A6;
}
.BgClassName
{
background-color: #35D0A6;
}
</style>
border-color css
<style>
span { border-color: #35D0A6; }
span { border-color: rgb(53,208,166); }
td.TdClassName
{
border-color: #35D0A6;
}
.TagClassName
{
border-color: #35D0A6;
}
</style>