Shades of Shamrock #35C09F
Tints of Shamrock #35C09F
RGB
CMYK
RGB Variations
Color information
#35C09F (or 0x35C09F) is known color: Shamrock. HEX triplet: 35, C0 and 9F. RGB value is (53,192,159). Sum of RGB (Red+Green+Blue) = 53+192+159=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #35C09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C09F is #CA3F60. Grayscale: #929292. Windows color (decimal): -13254497 or 10469429. OLE color: 10469429.
HSL color Cylindrical-coordinate representation of color #35C09F: hue angle of 165.76º 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 #35C09F is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 192 | 159 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.25 |
| HSL | 165.76º | 0.57% | 0.48% | - |
| HSV(B) | 165.76º | 0.72% | 0.75% | - |
| XYZ | 26.58 | 40.96 | 39.31 | - |
| YUV | 146.68 | 134.95 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 159 | 0.72 | 0 | 0.17 | 0.25 | 165.76 | 0.57 | 0.48 |
| Hex | 35 | C0 | 9F | 48 | 0 | 11 | 19 | A6 | 39 | 30 |
| Octal | 65 | 300 | 237 | 110 | 0 | 21 | 31 | 246 | 71 | 60 |
| Binary | 110101 | 11000000 | 10011111 | 1001000 | 0 | 10001 | 11001 | 10100110 | 111001 | 110000 |
Color Harmonies of #35C09F
Complementary color
Monochromatic Colors of #35C09F
Black with #35C09F
Text Example
Text Example
White with #35C09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C09F; }
p { color: rgb(53,192,159); }
H1.HeaderClassName
{
color: #35C09F;
}
.AnyTagClassName
{
color: #35C09F;
}
</style>
background-color css
<style>
a { background-color: #35C09F; }
a { background-color: rgb(53,192,159); }
div.DivClassName
{
background-color: #35C09F;
}
.BgClassName
{
background-color: #35C09F;
}
</style>
border-color css
<style>
span { border-color: #35C09F; }
span { border-color: rgb(53,192,159); }
td.TdClassName
{
border-color: #35C09F;
}
.TagClassName
{
border-color: #35C09F;
}
</style>