Shades of Shamrock #30E3AC
Tints of Shamrock #30E3AC
RGB
CMYK
RGB Variations
Color information
#30E3AC (or 0x30E3AC) is known color: Shamrock. HEX triplet: 30, E3 and AC. RGB value is (48,227,172). Sum of RGB (Red+Green+Blue) = 48+227+172=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #30E3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E3AC is #CF1C53. Grayscale: #A7A7A7. Windows color (decimal): -13573204 or 11330352. OLE color: 11330352.
HSL color Cylindrical-coordinate representation of color #30E3AC: hue angle of 161.56º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E3AC is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 227 | 172 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.11 |
| HSL | 161.56º | 0.76% | 0.54% | - |
| HSV(B) | 161.56º | 0.79% | 0.89% | - |
| XYZ | 36.13 | 58.55 | 48.43 | - |
| YUV | 167.21 | 130.7 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 227 | 172 | 0.79 | 0 | 0.24 | 0.11 | 161.56 | 0.76 | 0.54 |
| Hex | 30 | E3 | AC | 4F | 0 | 18 | B | A2 | 4C | 36 |
| Octal | 60 | 343 | 254 | 117 | 0 | 30 | 13 | 242 | 114 | 66 |
| Binary | 110000 | 11100011 | 10101100 | 1001111 | 0 | 11000 | 1011 | 10100010 | 1001100 | 110110 |
Color Harmonies of #30E3AC
Complementary color
Monochromatic Colors of #30E3AC
Black with #30E3AC
Text Example
Text Example
White with #30E3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E3AC; }
p { color: rgb(48,227,172); }
H1.HeaderClassName
{
color: #30E3AC;
}
.AnyTagClassName
{
color: #30E3AC;
}
</style>
background-color css
<style>
a { background-color: #30E3AC; }
a { background-color: rgb(48,227,172); }
div.DivClassName
{
background-color: #30E3AC;
}
.BgClassName
{
background-color: #30E3AC;
}
</style>
border-color css
<style>
span { border-color: #30E3AC; }
span { border-color: rgb(48,227,172); }
td.TdClassName
{
border-color: #30E3AC;
}
.TagClassName
{
border-color: #30E3AC;
}
</style>