Shades of Shamrock #35DBA3
Tints of Shamrock #35DBA3
RGB
CMYK
RGB Variations
Color information
#35DBA3 (or 0x35DBA3) is known color: Shamrock. HEX triplet: 35, DB and A3. RGB value is (53,219,163). Sum of RGB (Red+Green+Blue) = 53+219+163=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #35DBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DBA3 is #CA245C. Grayscale: #A3A3A3. Windows color (decimal): -13247581 or 10738485. OLE color: 10738485.
HSL color Cylindrical-coordinate representation of color #35DBA3: hue angle of 159.76º 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 #35DBA3 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 219 | 163 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.14 |
| HSL | 159.76º | 0.7% | 0.53% | - |
| HSV(B) | 159.76º | 0.76% | 0.86% | - |
| XYZ | 33.41 | 54.06 | 43.32 | - |
| YUV | 162.98 | 128 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 163 | 0.76 | 0 | 0.26 | 0.14 | 159.76 | 0.7 | 0.53 |
| Hex | 35 | DB | A3 | 4C | 0 | 1A | E | A0 | 46 | 35 |
| Octal | 65 | 333 | 243 | 114 | 0 | 32 | 16 | 240 | 106 | 65 |
| Binary | 110101 | 11011011 | 10100011 | 1001100 | 0 | 11010 | 1110 | 10100000 | 1000110 | 110101 |
Color Harmonies of #35DBA3
Complementary color
Monochromatic Colors of #35DBA3
Black with #35DBA3
Text Example
Text Example
White with #35DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DBA3; }
p { color: rgb(53,219,163); }
H1.HeaderClassName
{
color: #35DBA3;
}
.AnyTagClassName
{
color: #35DBA3;
}
</style>
background-color css
<style>
a { background-color: #35DBA3; }
a { background-color: rgb(53,219,163); }
div.DivClassName
{
background-color: #35DBA3;
}
.BgClassName
{
background-color: #35DBA3;
}
</style>
border-color css
<style>
span { border-color: #35DBA3; }
span { border-color: rgb(53,219,163); }
td.TdClassName
{
border-color: #35DBA3;
}
.TagClassName
{
border-color: #35DBA3;
}
</style>