Shades of Shamrock #30D3AE
Tints of Shamrock #30D3AE
RGB
CMYK
RGB Variations
Color information
#30D3AE (or 0x30D3AE) is known color: Shamrock. HEX triplet: 30, D3 and AE. RGB value is (48,211,174). Sum of RGB (Red+Green+Blue) = 48+211+174=433 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.09% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #30D3AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D3AE is #CF2C51. Grayscale: #9E9E9E. Windows color (decimal): -13577298 or 11457328. OLE color: 11457328.
HSL color Cylindrical-coordinate representation of color #30D3AE: hue angle of 166.38º 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 #30D3AE is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 211 | 174 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.17 |
| HSL | 166.38º | 0.65% | 0.51% | - |
| HSV(B) | 166.38º | 0.77% | 0.83% | - |
| XYZ | 32.15 | 50.27 | 48.05 | - |
| YUV | 158.05 | 137 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 211 | 174 | 0.77 | 0 | 0.18 | 0.17 | 166.38 | 0.65 | 0.51 |
| Hex | 30 | D3 | AE | 4D | 0 | 12 | 11 | A6 | 41 | 33 |
| Octal | 60 | 323 | 256 | 115 | 0 | 22 | 21 | 246 | 101 | 63 |
| Binary | 110000 | 11010011 | 10101110 | 1001101 | 0 | 10010 | 10001 | 10100110 | 1000001 | 110011 |
Color Harmonies of #30D3AE
Complementary color
Monochromatic Colors of #30D3AE
Black with #30D3AE
Text Example
Text Example
White with #30D3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D3AE; }
p { color: rgb(48,211,174); }
H1.HeaderClassName
{
color: #30D3AE;
}
.AnyTagClassName
{
color: #30D3AE;
}
</style>
background-color css
<style>
a { background-color: #30D3AE; }
a { background-color: rgb(48,211,174); }
div.DivClassName
{
background-color: #30D3AE;
}
.BgClassName
{
background-color: #30D3AE;
}
</style>
border-color css
<style>
span { border-color: #30D3AE; }
span { border-color: rgb(48,211,174); }
td.TdClassName
{
border-color: #30D3AE;
}
.TagClassName
{
border-color: #30D3AE;
}
</style>