Shades of Shamrock #30D3AD
Tints of Shamrock #30D3AD
RGB
CMYK
RGB Variations
Color information
#30D3AD (or 0x30D3AD) is known color: Shamrock. HEX triplet: 30, D3 and AD. RGB value is (48,211,173). Sum of RGB (Red+Green+Blue) = 48+211+173=432 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.11% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #30D3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D3AD is #CF2C52. Grayscale: #9D9D9D. Windows color (decimal): -13577299 or 11391792. OLE color: 11391792.
HSL color Cylindrical-coordinate representation of color #30D3AD: hue angle of 166.01º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D3AD is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 211 | 173 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.17 |
| HSL | 166.01º | 0.65% | 0.51% | - |
| HSV(B) | 166.01º | 0.77% | 0.83% | - |
| XYZ | 32.06 | 50.23 | 47.54 | - |
| YUV | 157.93 | 136.5 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 211 | 173 | 0.77 | 0 | 0.18 | 0.17 | 166.01 | 0.65 | 0.51 |
| Hex | 30 | D3 | AD | 4D | 0 | 12 | 11 | A6 | 41 | 33 |
| Octal | 60 | 323 | 255 | 115 | 0 | 22 | 21 | 246 | 101 | 63 |
| Binary | 110000 | 11010011 | 10101101 | 1001101 | 0 | 10010 | 10001 | 10100110 | 1000001 | 110011 |
Color Harmonies of #30D3AD
Complementary color
Monochromatic Colors of #30D3AD
Black with #30D3AD
Text Example
Text Example
White with #30D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D3AD; }
p { color: rgb(48,211,173); }
H1.HeaderClassName
{
color: #30D3AD;
}
.AnyTagClassName
{
color: #30D3AD;
}
</style>
background-color css
<style>
a { background-color: #30D3AD; }
a { background-color: rgb(48,211,173); }
div.DivClassName
{
background-color: #30D3AD;
}
.BgClassName
{
background-color: #30D3AD;
}
</style>
border-color css
<style>
span { border-color: #30D3AD; }
span { border-color: rgb(48,211,173); }
td.TdClassName
{
border-color: #30D3AD;
}
.TagClassName
{
border-color: #30D3AD;
}
</style>