Shades of Shamrock #30E0A3
Tints of Shamrock #30E0A3
RGB
CMYK
RGB Variations
Color information
#30E0A3 (or 0x30E0A3) is known color: Shamrock. HEX triplet: 30, E0 and A3. RGB value is (48,224,163). Sum of RGB (Red+Green+Blue) = 48+224+163=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #30E0A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E0A3 is #CF1F5C. Grayscale: #A4A4A4. Windows color (decimal): -13573981 or 10739760. OLE color: 10739760.
HSL color Cylindrical-coordinate representation of color #30E0A3: hue angle of 159.2º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E0A3 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 163 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.12 |
| HSL | 159.2º | 0.74% | 0.53% | - |
| HSV(B) | 159.2º | 0.79% | 0.88% | - |
| XYZ | 34.49 | 56.58 | 43.75 | - |
| YUV | 164.42 | 127.19 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 163 | 0.79 | 0 | 0.27 | 0.12 | 159.2 | 0.74 | 0.53 |
| Hex | 30 | E0 | A3 | 4F | 0 | 1B | C | 9F | 4A | 35 |
| Octal | 60 | 340 | 243 | 117 | 0 | 33 | 14 | 237 | 112 | 65 |
| Binary | 110000 | 11100000 | 10100011 | 1001111 | 0 | 11011 | 1100 | 10011111 | 1001010 | 110101 |
Color Harmonies of #30E0A3
Complementary color
Monochromatic Colors of #30E0A3
Black with #30E0A3
Text Example
Text Example
White with #30E0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E0A3; }
p { color: rgb(48,224,163); }
H1.HeaderClassName
{
color: #30E0A3;
}
.AnyTagClassName
{
color: #30E0A3;
}
</style>
background-color css
<style>
a { background-color: #30E0A3; }
a { background-color: rgb(48,224,163); }
div.DivClassName
{
background-color: #30E0A3;
}
.BgClassName
{
background-color: #30E0A3;
}
</style>
border-color css
<style>
span { border-color: #30E0A3; }
span { border-color: rgb(48,224,163); }
td.TdClassName
{
border-color: #30E0A3;
}
.TagClassName
{
border-color: #30E0A3;
}
</style>