Shades of Shamrock #35C28B
Tints of Shamrock #35C28B
RGB
CMYK
RGB Variations
Color information
#35C28B (or 0x35C28B) is known color: Shamrock. HEX triplet: 35, C2 and 8B. RGB value is (53,194,139). Sum of RGB (Red+Green+Blue) = 53+194+139=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #35C28B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C28B is #CA3D74. Grayscale: #919191. Windows color (decimal): -13254005 or 9159221. OLE color: 9159221.
HSL color Cylindrical-coordinate representation of color #35C28B: hue angle of 156.6º 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 #35C28B is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 194 | 139 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.24 |
| HSL | 156.6º | 0.57% | 0.48% | - |
| HSV(B) | 156.6º | 0.73% | 0.76% | - |
| XYZ | 25.42 | 41.2 | 31.04 | - |
| YUV | 145.57 | 124.29 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 194 | 139 | 0.73 | 0 | 0.28 | 0.24 | 156.6 | 0.57 | 0.48 |
| Hex | 35 | C2 | 8B | 49 | 0 | 1C | 18 | 9D | 39 | 30 |
| Octal | 65 | 302 | 213 | 111 | 0 | 34 | 30 | 235 | 71 | 60 |
| Binary | 110101 | 11000010 | 10001011 | 1001001 | 0 | 11100 | 11000 | 10011101 | 111001 | 110000 |
Color Harmonies of #35C28B
Complementary color
Monochromatic Colors of #35C28B
Black with #35C28B
Text Example
Text Example
White with #35C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C28B; }
p { color: rgb(53,194,139); }
H1.HeaderClassName
{
color: #35C28B;
}
.AnyTagClassName
{
color: #35C28B;
}
</style>
background-color css
<style>
a { background-color: #35C28B; }
a { background-color: rgb(53,194,139); }
div.DivClassName
{
background-color: #35C28B;
}
.BgClassName
{
background-color: #35C28B;
}
</style>
border-color css
<style>
span { border-color: #35C28B; }
span { border-color: rgb(53,194,139); }
td.TdClassName
{
border-color: #35C28B;
}
.TagClassName
{
border-color: #35C28B;
}
</style>