Shades of Shamrock #35C190
Tints of Shamrock #35C190
RGB
CMYK
RGB Variations
Color information
#35C190 (or 0x35C190) is known color: Shamrock. HEX triplet: 35, C1 and 90. RGB value is (53,193,144). Sum of RGB (Red+Green+Blue) = 53+193+144=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #35C190 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C190 is #CA3E6F. Grayscale: #919191. Windows color (decimal): -13254256 or 9486645. OLE color: 9486645.
HSL color Cylindrical-coordinate representation of color #35C190: hue angle of 159º 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 #35C190 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 193 | 144 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.24 |
| HSL | 159º | 0.57% | 0.48% | - |
| HSV(B) | 159º | 0.73% | 0.76% | - |
| XYZ | 25.57 | 40.91 | 32.93 | - |
| YUV | 145.55 | 127.12 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 193 | 144 | 0.73 | 0 | 0.25 | 0.24 | 159 | 0.57 | 0.48 |
| Hex | 35 | C1 | 90 | 49 | 0 | 19 | 18 | 9F | 39 | 30 |
| Octal | 65 | 301 | 220 | 111 | 0 | 31 | 30 | 237 | 71 | 60 |
| Binary | 110101 | 11000001 | 10010000 | 1001001 | 0 | 11001 | 11000 | 10011111 | 111001 | 110000 |
Color Harmonies of #35C190
Complementary color
Monochromatic Colors of #35C190
Black with #35C190
Text Example
Text Example
White with #35C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C190; }
p { color: rgb(53,193,144); }
H1.HeaderClassName
{
color: #35C190;
}
.AnyTagClassName
{
color: #35C190;
}
</style>
background-color css
<style>
a { background-color: #35C190; }
a { background-color: rgb(53,193,144); }
div.DivClassName
{
background-color: #35C190;
}
.BgClassName
{
background-color: #35C190;
}
</style>
border-color css
<style>
span { border-color: #35C190; }
span { border-color: rgb(53,193,144); }
td.TdClassName
{
border-color: #35C190;
}
.TagClassName
{
border-color: #35C190;
}
</style>