Shades of Shamrock #35EBA8
Tints of Shamrock #35EBA8
RGB
CMYK
RGB Variations
Color information
#35EBA8 (or 0x35EBA8) is known color: Shamrock. HEX triplet: 35, EB and A8. RGB value is (53,235,168). Sum of RGB (Red+Green+Blue) = 53+235+168=456 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.62% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #35EBA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EBA8 is #CA1457. Grayscale: #ADADAD. Windows color (decimal): -13243480 or 11070261. OLE color: 11070261.
HSL color Cylindrical-coordinate representation of color #35EBA8: hue angle of 157.91º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35EBA8 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 235 | 168 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.08 |
| HSL | 157.91º | 0.82% | 0.56% | - |
| HSV(B) | 157.91º | 0.77% | 0.92% | - |
| XYZ | 38.24 | 63 | 47.19 | - |
| YUV | 172.94 | 125.2 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 235 | 168 | 0.77 | 0 | 0.29 | 0.08 | 157.91 | 0.82 | 0.56 |
| Hex | 35 | EB | A8 | 4D | 0 | 1D | 8 | 9E | 52 | 38 |
| Octal | 65 | 353 | 250 | 115 | 0 | 35 | 10 | 236 | 122 | 70 |
| Binary | 110101 | 11101011 | 10101000 | 1001101 | 0 | 11101 | 1000 | 10011110 | 1010010 | 111000 |
Color Harmonies of #35EBA8
Complementary color
Monochromatic Colors of #35EBA8
Black with #35EBA8
Text Example
Text Example
White with #35EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EBA8; }
p { color: rgb(53,235,168); }
H1.HeaderClassName
{
color: #35EBA8;
}
.AnyTagClassName
{
color: #35EBA8;
}
</style>
background-color css
<style>
a { background-color: #35EBA8; }
a { background-color: rgb(53,235,168); }
div.DivClassName
{
background-color: #35EBA8;
}
.BgClassName
{
background-color: #35EBA8;
}
</style>
border-color css
<style>
span { border-color: #35EBA8; }
span { border-color: rgb(53,235,168); }
td.TdClassName
{
border-color: #35EBA8;
}
.TagClassName
{
border-color: #35EBA8;
}
</style>