Shades of Shamrock #35CC9D
Tints of Shamrock #35CC9D
RGB
CMYK
RGB Variations
Color information
#35CC9D (or 0x35CC9D) is known color: Shamrock. HEX triplet: 35, CC and 9D. RGB value is (53,204,157). Sum of RGB (Red+Green+Blue) = 53+204+157=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #35CC9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CC9D is #CA3362. Grayscale: #999999. Windows color (decimal): -13251427 or 10341429. OLE color: 10341429.
HSL color Cylindrical-coordinate representation of color #35CC9D: hue angle of 161.32º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CC9D is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 204 | 157 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.2 |
| HSL | 161.32º | 0.6% | 0.5% | - |
| HSV(B) | 161.32º | 0.74% | 0.8% | - |
| XYZ | 29.15 | 46.38 | 39.31 | - |
| YUV | 153.49 | 129.97 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 204 | 157 | 0.74 | 0 | 0.23 | 0.2 | 161.32 | 0.6 | 0.5 |
| Hex | 35 | CC | 9D | 4A | 0 | 17 | 14 | A1 | 3C | 32 |
| Octal | 65 | 314 | 235 | 112 | 0 | 27 | 24 | 241 | 74 | 62 |
| Binary | 110101 | 11001100 | 10011101 | 1001010 | 0 | 10111 | 10100 | 10100001 | 111100 | 110010 |
Color Harmonies of #35CC9D
Complementary color
Monochromatic Colors of #35CC9D
Black with #35CC9D
Text Example
Text Example
White with #35CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CC9D; }
p { color: rgb(53,204,157); }
H1.HeaderClassName
{
color: #35CC9D;
}
.AnyTagClassName
{
color: #35CC9D;
}
</style>
background-color css
<style>
a { background-color: #35CC9D; }
a { background-color: rgb(53,204,157); }
div.DivClassName
{
background-color: #35CC9D;
}
.BgClassName
{
background-color: #35CC9D;
}
</style>
border-color css
<style>
span { border-color: #35CC9D; }
span { border-color: rgb(53,204,157); }
td.TdClassName
{
border-color: #35CC9D;
}
.TagClassName
{
border-color: #35CC9D;
}
</style>