Shades of Shamrock #35DB9D
Tints of Shamrock #35DB9D
RGB
CMYK
RGB Variations
Color information
#35DB9D (or 0x35DB9D) is known color: Shamrock. HEX triplet: 35, DB and 9D. RGB value is (53,219,157). Sum of RGB (Red+Green+Blue) = 53+219+157=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #35DB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DB9D is #CA2462. Grayscale: #A2A2A2. Windows color (decimal): -13247587 or 10345269. OLE color: 10345269.
HSL color Cylindrical-coordinate representation of color #35DB9D: hue angle of 157.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DB9D is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 219 | 157 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.14 |
| HSL | 157.59º | 0.7% | 0.53% | - |
| HSV(B) | 157.59º | 0.76% | 0.86% | - |
| XYZ | 32.89 | 53.85 | 40.56 | - |
| YUV | 162.3 | 125 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 157 | 0.76 | 0 | 0.28 | 0.14 | 157.59 | 0.7 | 0.53 |
| Hex | 35 | DB | 9D | 4C | 0 | 1C | E | 9E | 46 | 35 |
| Octal | 65 | 333 | 235 | 114 | 0 | 34 | 16 | 236 | 106 | 65 |
| Binary | 110101 | 11011011 | 10011101 | 1001100 | 0 | 11100 | 1110 | 10011110 | 1000110 | 110101 |
Color Harmonies of #35DB9D
Complementary color
Monochromatic Colors of #35DB9D
Black with #35DB9D
Text Example
Text Example
White with #35DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DB9D; }
p { color: rgb(53,219,157); }
H1.HeaderClassName
{
color: #35DB9D;
}
.AnyTagClassName
{
color: #35DB9D;
}
</style>
background-color css
<style>
a { background-color: #35DB9D; }
a { background-color: rgb(53,219,157); }
div.DivClassName
{
background-color: #35DB9D;
}
.BgClassName
{
background-color: #35DB9D;
}
</style>
border-color css
<style>
span { border-color: #35DB9D; }
span { border-color: rgb(53,219,157); }
td.TdClassName
{
border-color: #35DB9D;
}
.TagClassName
{
border-color: #35DB9D;
}
</style>