Shades of Shamrock #35EDA8
Tints of Shamrock #35EDA8
RGB
CMYK
RGB Variations
Color information
#35EDA8 (or 0x35EDA8) is known color: Shamrock. HEX triplet: 35, ED and A8. RGB value is (53,237,168). Sum of RGB (Red+Green+Blue) = 53+237+168=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #35EDA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EDA8 is #CA1257. Grayscale: #AEAEAE. Windows color (decimal): -13242968 or 11070773. OLE color: 11070773.
HSL color Cylindrical-coordinate representation of color #35EDA8: hue angle of 157.5º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EDA8 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 237 | 168 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.07 |
| HSL | 157.5º | 0.84% | 0.57% | - |
| HSV(B) | 157.5º | 0.78% | 0.93% | - |
| XYZ | 38.82 | 64.15 | 47.38 | - |
| YUV | 174.12 | 124.54 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 237 | 168 | 0.78 | 0 | 0.29 | 0.07 | 157.5 | 0.84 | 0.57 |
| Hex | 35 | ED | A8 | 4E | 0 | 1D | 7 | 9E | 54 | 39 |
| Octal | 65 | 355 | 250 | 116 | 0 | 35 | 7 | 236 | 124 | 71 |
| Binary | 110101 | 11101101 | 10101000 | 1001110 | 0 | 11101 | 111 | 10011110 | 1010100 | 111001 |
Color Harmonies of #35EDA8
Complementary color
Monochromatic Colors of #35EDA8
Black with #35EDA8
Text Example
Text Example
White with #35EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EDA8; }
p { color: rgb(53,237,168); }
H1.HeaderClassName
{
color: #35EDA8;
}
.AnyTagClassName
{
color: #35EDA8;
}
</style>
background-color css
<style>
a { background-color: #35EDA8; }
a { background-color: rgb(53,237,168); }
div.DivClassName
{
background-color: #35EDA8;
}
.BgClassName
{
background-color: #35EDA8;
}
</style>
border-color css
<style>
span { border-color: #35EDA8; }
span { border-color: rgb(53,237,168); }
td.TdClassName
{
border-color: #35EDA8;
}
.TagClassName
{
border-color: #35EDA8;
}
</style>