Shades of Shamrock #35DEA3
Tints of Shamrock #35DEA3
RGB
CMYK
RGB Variations
Color information
#35DEA3 (or 0x35DEA3) is known color: Shamrock. HEX triplet: 35, DE and A3. RGB value is (53,222,163). Sum of RGB (Red+Green+Blue) = 53+222+163=438 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.10% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #35DEA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DEA3 is #CA215C. Grayscale: #A4A4A4. Windows color (decimal): -13246813 or 10739253. OLE color: 10739253.
HSL color Cylindrical-coordinate representation of color #35DEA3: hue angle of 159.05º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DEA3 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 222 | 163 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.13 |
| HSL | 159.05º | 0.72% | 0.54% | - |
| HSV(B) | 159.05º | 0.76% | 0.87% | - |
| XYZ | 34.2 | 55.64 | 43.59 | - |
| YUV | 164.74 | 127.01 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 222 | 163 | 0.76 | 0 | 0.27 | 0.13 | 159.05 | 0.72 | 0.54 |
| Hex | 35 | DE | A3 | 4C | 0 | 1B | D | 9F | 48 | 36 |
| Octal | 65 | 336 | 243 | 114 | 0 | 33 | 15 | 237 | 110 | 66 |
| Binary | 110101 | 11011110 | 10100011 | 1001100 | 0 | 11011 | 1101 | 10011111 | 1001000 | 110110 |
Color Harmonies of #35DEA3
Complementary color
Monochromatic Colors of #35DEA3
Black with #35DEA3
Text Example
Text Example
White with #35DEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DEA3; }
p { color: rgb(53,222,163); }
H1.HeaderClassName
{
color: #35DEA3;
}
.AnyTagClassName
{
color: #35DEA3;
}
</style>
background-color css
<style>
a { background-color: #35DEA3; }
a { background-color: rgb(53,222,163); }
div.DivClassName
{
background-color: #35DEA3;
}
.BgClassName
{
background-color: #35DEA3;
}
</style>
border-color css
<style>
span { border-color: #35DEA3; }
span { border-color: rgb(53,222,163); }
td.TdClassName
{
border-color: #35DEA3;
}
.TagClassName
{
border-color: #35DEA3;
}
</style>