Shades of Shamrock #30EBA0
Tints of Shamrock #30EBA0
RGB
CMYK
RGB Variations
Color information
#30EBA0 (or 0x30EBA0) is known color: Shamrock. HEX triplet: 30, EB and A0. RGB value is (48,235,160). Sum of RGB (Red+Green+Blue) = 48+235+160=443 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.84% from 443); Green value is 235 (92.19% from 255 or 53.05% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 235 - color contains mainly: green. Hex color #30EBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EBA0 is #CF145F. Grayscale: #AAAAAA. Windows color (decimal): -13571168 or 10545968. OLE color: 10545968.
HSL color Cylindrical-coordinate representation of color #30EBA0: hue angle of 155.94º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EBA0 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 235 | 160 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.08 |
| HSL | 155.94º | 0.82% | 0.55% | - |
| HSV(B) | 155.94º | 0.8% | 0.92% | - |
| XYZ | 37.27 | 62.58 | 43.37 | - |
| YUV | 170.54 | 122.05 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 235 | 160 | 0.80 | 0 | 0.32 | 0.08 | 155.94 | 0.82 | 0.55 |
| Hex | 30 | EB | A0 | 50 | 0 | 20 | 8 | 9C | 52 | 37 |
| Octal | 60 | 353 | 240 | 120 | 0 | 40 | 10 | 234 | 122 | 67 |
| Binary | 110000 | 11101011 | 10100000 | 1010000 | 0 | 100000 | 1000 | 10011100 | 1010010 | 110111 |
Color Harmonies of #30EBA0
Complementary color
Monochromatic Colors of #30EBA0
Black with #30EBA0
Text Example
Text Example
White with #30EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EBA0; }
p { color: rgb(48,235,160); }
H1.HeaderClassName
{
color: #30EBA0;
}
.AnyTagClassName
{
color: #30EBA0;
}
</style>
background-color css
<style>
a { background-color: #30EBA0; }
a { background-color: rgb(48,235,160); }
div.DivClassName
{
background-color: #30EBA0;
}
.BgClassName
{
background-color: #30EBA0;
}
</style>
border-color css
<style>
span { border-color: #30EBA0; }
span { border-color: rgb(48,235,160); }
td.TdClassName
{
border-color: #30EBA0;
}
.TagClassName
{
border-color: #30EBA0;
}
</style>