Shades of Shamrock #35C598
Tints of Shamrock #35C598
RGB
CMYK
RGB Variations
Color information
#35C598 (or 0x35C598) is known color: Shamrock. HEX triplet: 35, C5 and 98. RGB value is (53,197,152). Sum of RGB (Red+Green+Blue) = 53+197+152=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #35C598 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C598 is #CA3A67. Grayscale: #949494. Windows color (decimal): -13253224 or 10011957. OLE color: 10011957.
HSL color Cylindrical-coordinate representation of color #35C598: hue angle of 161.25º 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 #35C598 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 197 | 152 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.23 |
| HSL | 161.25º | 0.58% | 0.49% | - |
| HSV(B) | 161.25º | 0.73% | 0.77% | - |
| XYZ | 27.1 | 42.96 | 36.57 | - |
| YUV | 148.81 | 129.79 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 197 | 152 | 0.73 | 0 | 0.23 | 0.23 | 161.25 | 0.58 | 0.49 |
| Hex | 35 | C5 | 98 | 49 | 0 | 17 | 17 | A1 | 3A | 31 |
| Octal | 65 | 305 | 230 | 111 | 0 | 27 | 27 | 241 | 72 | 61 |
| Binary | 110101 | 11000101 | 10011000 | 1001001 | 0 | 10111 | 10111 | 10100001 | 111010 | 110001 |
Color Harmonies of #35C598
Complementary color
Monochromatic Colors of #35C598
Black with #35C598
Text Example
Text Example
White with #35C598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C598; }
p { color: rgb(53,197,152); }
H1.HeaderClassName
{
color: #35C598;
}
.AnyTagClassName
{
color: #35C598;
}
</style>
background-color css
<style>
a { background-color: #35C598; }
a { background-color: rgb(53,197,152); }
div.DivClassName
{
background-color: #35C598;
}
.BgClassName
{
background-color: #35C598;
}
</style>
border-color css
<style>
span { border-color: #35C598; }
span { border-color: rgb(53,197,152); }
td.TdClassName
{
border-color: #35C598;
}
.TagClassName
{
border-color: #35C598;
}
</style>