Shades of Shamrock #35CDA0
Tints of Shamrock #35CDA0
RGB
CMYK
RGB Variations
Color information
#35CDA0 (or 0x35CDA0) is known color: Shamrock. HEX triplet: 35, CD and A0. RGB value is (53,205,160). Sum of RGB (Red+Green+Blue) = 53+205+160=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CDA0 is #CA325F. Grayscale: #9A9A9A. Windows color (decimal): -13251168 or 10538293. OLE color: 10538293.
HSL color Cylindrical-coordinate representation of color #35CDA0: hue angle of 162.24º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CDA0 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 205 | 160 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.20 |
| HSL | 162.24º | 0.6% | 0.51% | - |
| HSV(B) | 162.24º | 0.74% | 0.8% | - |
| XYZ | 29.64 | 46.96 | 40.76 | - |
| YUV | 154.42 | 131.14 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 205 | 160 | 0.74 | 0 | 0.22 | 0.20 | 162.24 | 0.6 | 0.51 |
| Hex | 35 | CD | A0 | 4A | 0 | 16 | 14 | A2 | 3C | 33 |
| Octal | 65 | 315 | 240 | 112 | 0 | 26 | 24 | 242 | 74 | 63 |
| Binary | 110101 | 11001101 | 10100000 | 1001010 | 0 | 10110 | 10100 | 10100010 | 111100 | 110011 |
Color Harmonies of #35CDA0
Complementary color
Monochromatic Colors of #35CDA0
Black with #35CDA0
Text Example
Text Example
White with #35CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CDA0; }
p { color: rgb(53,205,160); }
H1.HeaderClassName
{
color: #35CDA0;
}
.AnyTagClassName
{
color: #35CDA0;
}
</style>
background-color css
<style>
a { background-color: #35CDA0; }
a { background-color: rgb(53,205,160); }
div.DivClassName
{
background-color: #35CDA0;
}
.BgClassName
{
background-color: #35CDA0;
}
</style>
border-color css
<style>
span { border-color: #35CDA0; }
span { border-color: rgb(53,205,160); }
td.TdClassName
{
border-color: #35CDA0;
}
.TagClassName
{
border-color: #35CDA0;
}
</style>