Shades of Shamrock #30D8AC
Tints of Shamrock #30D8AC
RGB
CMYK
RGB Variations
Color information
#30D8AC (or 0x30D8AC) is known color: Shamrock. HEX triplet: 30, D8 and AC. RGB value is (48,216,172). Sum of RGB (Red+Green+Blue) = 48+216+172=436 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.01% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #30D8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D8AC is #CF2753. Grayscale: #A0A0A0. Windows color (decimal): -13576020 or 11327536. OLE color: 11327536.
HSL color Cylindrical-coordinate representation of color #30D8AC: hue angle of 164.29º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D8AC is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 216 | 172 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.15 |
| HSL | 164.29º | 0.68% | 0.52% | - |
| HSV(B) | 164.29º | 0.78% | 0.85% | - |
| XYZ | 33.22 | 52.72 | 47.45 | - |
| YUV | 160.75 | 134.34 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 216 | 172 | 0.78 | 0 | 0.20 | 0.15 | 164.29 | 0.68 | 0.52 |
| Hex | 30 | D8 | AC | 4E | 0 | 14 | F | A4 | 44 | 34 |
| Octal | 60 | 330 | 254 | 116 | 0 | 24 | 17 | 244 | 104 | 64 |
| Binary | 110000 | 11011000 | 10101100 | 1001110 | 0 | 10100 | 1111 | 10100100 | 1000100 | 110100 |
Color Harmonies of #30D8AC
Complementary color
Monochromatic Colors of #30D8AC
Black with #30D8AC
Text Example
Text Example
White with #30D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D8AC; }
p { color: rgb(48,216,172); }
H1.HeaderClassName
{
color: #30D8AC;
}
.AnyTagClassName
{
color: #30D8AC;
}
</style>
background-color css
<style>
a { background-color: #30D8AC; }
a { background-color: rgb(48,216,172); }
div.DivClassName
{
background-color: #30D8AC;
}
.BgClassName
{
background-color: #30D8AC;
}
</style>
border-color css
<style>
span { border-color: #30D8AC; }
span { border-color: rgb(48,216,172); }
td.TdClassName
{
border-color: #30D8AC;
}
.TagClassName
{
border-color: #30D8AC;
}
</style>