Shades of Shamrock #35D29F
Tints of Shamrock #35D29F
RGB
CMYK
RGB Variations
Color information
#35D29F (or 0x35D29F) is known color: Shamrock. HEX triplet: 35, D2 and 9F. RGB value is (53,210,159). Sum of RGB (Red+Green+Blue) = 53+210+159=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #35D29F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D29F is #CA2D60. Grayscale: #9D9D9D. Windows color (decimal): -13249889 or 10474037. OLE color: 10474037.
HSL color Cylindrical-coordinate representation of color #35D29F: hue angle of 160.51º 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 #35D29F is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 159 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.18 |
| HSL | 160.51º | 0.64% | 0.52% | - |
| HSV(B) | 160.51º | 0.75% | 0.82% | - |
| XYZ | 30.77 | 49.35 | 40.71 | - |
| YUV | 157.24 | 128.99 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 159 | 0.75 | 0 | 0.24 | 0.18 | 160.51 | 0.64 | 0.52 |
| Hex | 35 | D2 | 9F | 4B | 0 | 18 | 12 | A1 | 40 | 34 |
| Octal | 65 | 322 | 237 | 113 | 0 | 30 | 22 | 241 | 100 | 64 |
| Binary | 110101 | 11010010 | 10011111 | 1001011 | 0 | 11000 | 10010 | 10100001 | 1000000 | 110100 |
Color Harmonies of #35D29F
Complementary color
Monochromatic Colors of #35D29F
Black with #35D29F
Text Example
Text Example
White with #35D29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D29F; }
p { color: rgb(53,210,159); }
H1.HeaderClassName
{
color: #35D29F;
}
.AnyTagClassName
{
color: #35D29F;
}
</style>
background-color css
<style>
a { background-color: #35D29F; }
a { background-color: rgb(53,210,159); }
div.DivClassName
{
background-color: #35D29F;
}
.BgClassName
{
background-color: #35D29F;
}
</style>
border-color css
<style>
span { border-color: #35D29F; }
span { border-color: rgb(53,210,159); }
td.TdClassName
{
border-color: #35D29F;
}
.TagClassName
{
border-color: #35D29F;
}
</style>