Shades of Shamrock #35C187
Tints of Shamrock #35C187
RGB
CMYK
RGB Variations
Color information
#35C187 (or 0x35C187) is known color: Shamrock. HEX triplet: 35, C1 and 87. RGB value is (53,193,135). Sum of RGB (Red+Green+Blue) = 53+193+135=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #35C187 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C187 is #CA3E78. Grayscale: #909090. Windows color (decimal): -13254265 or 8896821. OLE color: 8896821.
HSL color Cylindrical-coordinate representation of color #35C187: hue angle of 155.14º 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 #35C187 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 193 | 135 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.24 |
| HSL | 155.14º | 0.57% | 0.48% | - |
| HSV(B) | 155.14º | 0.73% | 0.76% | - |
| XYZ | 24.91 | 40.65 | 29.45 | - |
| YUV | 144.53 | 122.62 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 193 | 135 | 0.73 | 0 | 0.30 | 0.24 | 155.14 | 0.57 | 0.48 |
| Hex | 35 | C1 | 87 | 49 | 0 | 1E | 18 | 9B | 39 | 30 |
| Octal | 65 | 301 | 207 | 111 | 0 | 36 | 30 | 233 | 71 | 60 |
| Binary | 110101 | 11000001 | 10000111 | 1001001 | 0 | 11110 | 11000 | 10011011 | 111001 | 110000 |
Color Harmonies of #35C187
Complementary color
Monochromatic Colors of #35C187
Black with #35C187
Text Example
Text Example
White with #35C187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C187; }
p { color: rgb(53,193,135); }
H1.HeaderClassName
{
color: #35C187;
}
.AnyTagClassName
{
color: #35C187;
}
</style>
background-color css
<style>
a { background-color: #35C187; }
a { background-color: rgb(53,193,135); }
div.DivClassName
{
background-color: #35C187;
}
.BgClassName
{
background-color: #35C187;
}
</style>
border-color css
<style>
span { border-color: #35C187; }
span { border-color: rgb(53,193,135); }
td.TdClassName
{
border-color: #35C187;
}
.TagClassName
{
border-color: #35C187;
}
</style>