Shades of Shamrock #35C599
Tints of Shamrock #35C599
RGB
CMYK
RGB Variations
Color information
#35C599 (or 0x35C599) is known color: Shamrock. HEX triplet: 35, C5 and 99. RGB value is (53,197,153). Sum of RGB (Red+Green+Blue) = 53+197+153=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #35C599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C599 is #CA3A66. Grayscale: #949494. Windows color (decimal): -13253223 or 10077493. OLE color: 10077493.
HSL color Cylindrical-coordinate representation of color #35C599: hue angle of 161.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C599 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 197 | 153 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.23 |
| HSL | 161.67º | 0.58% | 0.49% | - |
| HSV(B) | 161.67º | 0.73% | 0.77% | - |
| XYZ | 27.18 | 42.99 | 37 | - |
| YUV | 148.93 | 130.29 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 197 | 153 | 0.73 | 0 | 0.22 | 0.23 | 161.67 | 0.58 | 0.49 |
| Hex | 35 | C5 | 99 | 49 | 0 | 16 | 17 | A2 | 3A | 31 |
| Octal | 65 | 305 | 231 | 111 | 0 | 26 | 27 | 242 | 72 | 61 |
| Binary | 110101 | 11000101 | 10011001 | 1001001 | 0 | 10110 | 10111 | 10100010 | 111010 | 110001 |
Color Harmonies of #35C599
Complementary color
Monochromatic Colors of #35C599
Black with #35C599
Text Example
Text Example
White with #35C599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C599; }
p { color: rgb(53,197,153); }
H1.HeaderClassName
{
color: #35C599;
}
.AnyTagClassName
{
color: #35C599;
}
</style>
background-color css
<style>
a { background-color: #35C599; }
a { background-color: rgb(53,197,153); }
div.DivClassName
{
background-color: #35C599;
}
.BgClassName
{
background-color: #35C599;
}
</style>
border-color css
<style>
span { border-color: #35C599; }
span { border-color: rgb(53,197,153); }
td.TdClassName
{
border-color: #35C599;
}
.TagClassName
{
border-color: #35C599;
}
</style>