Shades of Shamrock #30DE9C
Tints of Shamrock #30DE9C
RGB
CMYK
RGB Variations
Color information
#30DE9C (or 0x30DE9C) is known color: Shamrock. HEX triplet: 30, DE and 9C. RGB value is (48,222,156). Sum of RGB (Red+Green+Blue) = 48+222+156=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #30DE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DE9C is #CF2163. Grayscale: #A2A2A2. Windows color (decimal): -13574500 or 10280496. OLE color: 10280496.
HSL color Cylindrical-coordinate representation of color #30DE9C: hue angle of 157.24º degrees, saturation: 0.73, 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 #30DE9C is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 222 | 156 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.13 |
| HSL | 157.24º | 0.73% | 0.53% | - |
| HSV(B) | 157.24º | 0.78% | 0.87% | - |
| XYZ | 33.34 | 55.27 | 40.36 | - |
| YUV | 162.45 | 124.35 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 222 | 156 | 0.78 | 0 | 0.30 | 0.13 | 157.24 | 0.73 | 0.53 |
| Hex | 30 | DE | 9C | 4E | 0 | 1E | D | 9D | 48 | 35 |
| Octal | 60 | 336 | 234 | 116 | 0 | 36 | 15 | 235 | 110 | 65 |
| Binary | 110000 | 11011110 | 10011100 | 1001110 | 0 | 11110 | 1101 | 10011101 | 1001000 | 110101 |
Color Harmonies of #30DE9C
Complementary color
Monochromatic Colors of #30DE9C
Black with #30DE9C
Text Example
Text Example
White with #30DE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DE9C; }
p { color: rgb(48,222,156); }
H1.HeaderClassName
{
color: #30DE9C;
}
.AnyTagClassName
{
color: #30DE9C;
}
</style>
background-color css
<style>
a { background-color: #30DE9C; }
a { background-color: rgb(48,222,156); }
div.DivClassName
{
background-color: #30DE9C;
}
.BgClassName
{
background-color: #30DE9C;
}
</style>
border-color css
<style>
span { border-color: #30DE9C; }
span { border-color: rgb(48,222,156); }
td.TdClassName
{
border-color: #30DE9C;
}
.TagClassName
{
border-color: #30DE9C;
}
</style>