Shades of Shamrock #35C198
Tints of Shamrock #35C198
RGB
CMYK
RGB Variations
Color information
#35C198 (or 0x35C198) is known color: Shamrock. HEX triplet: 35, C1 and 98. RGB value is (53,193,152). Sum of RGB (Red+Green+Blue) = 53+193+152=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #35C198 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C198 is #CA3E67. Grayscale: #929292. Windows color (decimal): -13254248 or 10010933. OLE color: 10010933.
HSL color Cylindrical-coordinate representation of color #35C198: hue angle of 162.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C198 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 193 | 152 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.24 |
| HSL | 162.43º | 0.57% | 0.48% | - |
| HSV(B) | 162.43º | 0.73% | 0.76% | - |
| XYZ | 26.21 | 41.16 | 36.27 | - |
| YUV | 146.47 | 131.12 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 193 | 152 | 0.73 | 0 | 0.21 | 0.24 | 162.43 | 0.57 | 0.48 |
| Hex | 35 | C1 | 98 | 49 | 0 | 15 | 18 | A2 | 39 | 30 |
| Octal | 65 | 301 | 230 | 111 | 0 | 25 | 30 | 242 | 71 | 60 |
| Binary | 110101 | 11000001 | 10011000 | 1001001 | 0 | 10101 | 11000 | 10100010 | 111001 | 110000 |
Color Harmonies of #35C198
Complementary color
Monochromatic Colors of #35C198
Black with #35C198
Text Example
Text Example
White with #35C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C198; }
p { color: rgb(53,193,152); }
H1.HeaderClassName
{
color: #35C198;
}
.AnyTagClassName
{
color: #35C198;
}
</style>
background-color css
<style>
a { background-color: #35C198; }
a { background-color: rgb(53,193,152); }
div.DivClassName
{
background-color: #35C198;
}
.BgClassName
{
background-color: #35C198;
}
</style>
border-color css
<style>
span { border-color: #35C198; }
span { border-color: rgb(53,193,152); }
td.TdClassName
{
border-color: #35C198;
}
.TagClassName
{
border-color: #35C198;
}
</style>