Shades of Shamrock #30E19F
Tints of Shamrock #30E19F
RGB
CMYK
RGB Variations
Color information
#30E19F (or 0x30E19F) is known color: Shamrock. HEX triplet: 30, E1 and 9F. RGB value is (48,225,159). Sum of RGB (Red+Green+Blue) = 48+225+159=432 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.11% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #30E19F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E19F is #CF1E60. Grayscale: #A4A4A4. Windows color (decimal): -13573729 or 10477872. OLE color: 10477872.
HSL color Cylindrical-coordinate representation of color #30E19F: hue angle of 157.63º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E19F is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 225 | 159 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.12 |
| HSL | 157.63º | 0.75% | 0.54% | - |
| HSV(B) | 157.63º | 0.79% | 0.88% | - |
| XYZ | 34.4 | 56.98 | 41.99 | - |
| YUV | 164.55 | 124.86 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 225 | 159 | 0.79 | 0 | 0.29 | 0.12 | 157.63 | 0.75 | 0.54 |
| Hex | 30 | E1 | 9F | 4F | 0 | 1D | C | 9E | 4B | 36 |
| Octal | 60 | 341 | 237 | 117 | 0 | 35 | 14 | 236 | 113 | 66 |
| Binary | 110000 | 11100001 | 10011111 | 1001111 | 0 | 11101 | 1100 | 10011110 | 1001011 | 110110 |
Color Harmonies of #30E19F
Complementary color
Monochromatic Colors of #30E19F
Black with #30E19F
Text Example
Text Example
White with #30E19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E19F; }
p { color: rgb(48,225,159); }
H1.HeaderClassName
{
color: #30E19F;
}
.AnyTagClassName
{
color: #30E19F;
}
</style>
background-color css
<style>
a { background-color: #30E19F; }
a { background-color: rgb(48,225,159); }
div.DivClassName
{
background-color: #30E19F;
}
.BgClassName
{
background-color: #30E19F;
}
</style>
border-color css
<style>
span { border-color: #30E19F; }
span { border-color: rgb(48,225,159); }
td.TdClassName
{
border-color: #30E19F;
}
.TagClassName
{
border-color: #30E19F;
}
</style>