Shades of Shamrock #35C09C
Tints of Shamrock #35C09C
RGB
CMYK
RGB Variations
Color information
#35C09C (or 0x35C09C) is known color: Shamrock. HEX triplet: 35, C0 and 9C. RGB value is (53,192,156). Sum of RGB (Red+Green+Blue) = 53+192+156=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #35C09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C09C is #CA3F63. Grayscale: #929292. Windows color (decimal): -13254500 or 10272821. OLE color: 10272821.
HSL color Cylindrical-coordinate representation of color #35C09C: hue angle of 164.46º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C09C is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 192 | 156 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.25 |
| HSL | 164.46º | 0.57% | 0.48% | - |
| HSV(B) | 164.46º | 0.72% | 0.75% | - |
| XYZ | 26.32 | 40.86 | 37.95 | - |
| YUV | 146.34 | 133.45 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 156 | 0.72 | 0 | 0.19 | 0.25 | 164.46 | 0.57 | 0.48 |
| Hex | 35 | C0 | 9C | 48 | 0 | 13 | 19 | A4 | 39 | 30 |
| Octal | 65 | 300 | 234 | 110 | 0 | 23 | 31 | 244 | 71 | 60 |
| Binary | 110101 | 11000000 | 10011100 | 1001000 | 0 | 10011 | 11001 | 10100100 | 111001 | 110000 |
Color Harmonies of #35C09C
Complementary color
Monochromatic Colors of #35C09C
Black with #35C09C
Text Example
Text Example
White with #35C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C09C; }
p { color: rgb(53,192,156); }
H1.HeaderClassName
{
color: #35C09C;
}
.AnyTagClassName
{
color: #35C09C;
}
</style>
background-color css
<style>
a { background-color: #35C09C; }
a { background-color: rgb(53,192,156); }
div.DivClassName
{
background-color: #35C09C;
}
.BgClassName
{
background-color: #35C09C;
}
</style>
border-color css
<style>
span { border-color: #35C09C; }
span { border-color: rgb(53,192,156); }
td.TdClassName
{
border-color: #35C09C;
}
.TagClassName
{
border-color: #35C09C;
}
</style>