Shades of Shamrock #30DDAB
Tints of Shamrock #30DDAB
RGB
CMYK
RGB Variations
Color information
#30DDAB (or 0x30DDAB) is known color: Shamrock. HEX triplet: 30, DD and AB. RGB value is (48,221,171). Sum of RGB (Red+Green+Blue) = 48+221+171=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #30DDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DDAB is #CF2254. Grayscale: #A3A3A3. Windows color (decimal): -13574741 or 11263280. OLE color: 11263280.
HSL color Cylindrical-coordinate representation of color #30DDAB: hue angle of 162.66º 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 #30DDAB is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 171 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.13 |
| HSL | 162.66º | 0.72% | 0.53% | - |
| HSV(B) | 162.66º | 0.78% | 0.87% | - |
| XYZ | 34.43 | 55.28 | 47.38 | - |
| YUV | 163.57 | 132.19 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 171 | 0.78 | 0 | 0.23 | 0.13 | 162.66 | 0.72 | 0.53 |
| Hex | 30 | DD | AB | 4E | 0 | 17 | D | A3 | 48 | 35 |
| Octal | 60 | 335 | 253 | 116 | 0 | 27 | 15 | 243 | 110 | 65 |
| Binary | 110000 | 11011101 | 10101011 | 1001110 | 0 | 10111 | 1101 | 10100011 | 1001000 | 110101 |
Color Harmonies of #30DDAB
Complementary color
Monochromatic Colors of #30DDAB
Black with #30DDAB
Text Example
Text Example
White with #30DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDAB; }
p { color: rgb(48,221,171); }
H1.HeaderClassName
{
color: #30DDAB;
}
.AnyTagClassName
{
color: #30DDAB;
}
</style>
background-color css
<style>
a { background-color: #30DDAB; }
a { background-color: rgb(48,221,171); }
div.DivClassName
{
background-color: #30DDAB;
}
.BgClassName
{
background-color: #30DDAB;
}
</style>
border-color css
<style>
span { border-color: #30DDAB; }
span { border-color: rgb(48,221,171); }
td.TdClassName
{
border-color: #30DDAB;
}
.TagClassName
{
border-color: #30DDAB;
}
</style>