Shades of Shamrock #30DDAC
Tints of Shamrock #30DDAC
RGB
CMYK
RGB Variations
Color information
#30DDAC (or 0x30DDAC) is known color: Shamrock. HEX triplet: 30, DD and AC. RGB value is (48,221,172). Sum of RGB (Red+Green+Blue) = 48+221+172=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #30DDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DDAC is #CF2253. Grayscale: #A3A3A3. Windows color (decimal): -13574740 or 11328816. OLE color: 11328816.
HSL color Cylindrical-coordinate representation of color #30DDAC: hue angle of 163.01º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DDAC is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 172 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.13 |
| HSL | 163.01º | 0.72% | 0.53% | - |
| HSV(B) | 163.01º | 0.78% | 0.87% | - |
| XYZ | 34.52 | 55.32 | 47.89 | - |
| YUV | 163.69 | 132.69 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 172 | 0.78 | 0 | 0.22 | 0.13 | 163.01 | 0.72 | 0.53 |
| Hex | 30 | DD | AC | 4E | 0 | 16 | D | A3 | 48 | 35 |
| Octal | 60 | 335 | 254 | 116 | 0 | 26 | 15 | 243 | 110 | 65 |
| Binary | 110000 | 11011101 | 10101100 | 1001110 | 0 | 10110 | 1101 | 10100011 | 1001000 | 110101 |
Color Harmonies of #30DDAC
Complementary color
Monochromatic Colors of #30DDAC
Black with #30DDAC
Text Example
Text Example
White with #30DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDAC; }
p { color: rgb(48,221,172); }
H1.HeaderClassName
{
color: #30DDAC;
}
.AnyTagClassName
{
color: #30DDAC;
}
</style>
background-color css
<style>
a { background-color: #30DDAC; }
a { background-color: rgb(48,221,172); }
div.DivClassName
{
background-color: #30DDAC;
}
.BgClassName
{
background-color: #30DDAC;
}
</style>
border-color css
<style>
span { border-color: #30DDAC; }
span { border-color: rgb(48,221,172); }
td.TdClassName
{
border-color: #30DDAC;
}
.TagClassName
{
border-color: #30DDAC;
}
</style>