Shades of Shamrock #30C49B
Tints of Shamrock #30C49B
RGB
CMYK
RGB Variations
Color information
#30C49B (or 0x30C49B) is known color: Shamrock. HEX triplet: 30, C4 and 9B. RGB value is (48,196,155). Sum of RGB (Red+Green+Blue) = 48+196+155=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #30C49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C49B is #CF3B64. Grayscale: #939393. Windows color (decimal): -13581157 or 10208304. OLE color: 10208304.
HSL color Cylindrical-coordinate representation of color #30C49B: hue angle of 163.38º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C49B is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 196 | 155 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.23 |
| HSL | 163.38º | 0.61% | 0.48% | - |
| HSV(B) | 163.38º | 0.76% | 0.77% | - |
| XYZ | 26.88 | 42.47 | 37.79 | - |
| YUV | 147.07 | 132.47 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 196 | 155 | 0.76 | 0 | 0.21 | 0.23 | 163.38 | 0.61 | 0.48 |
| Hex | 30 | C4 | 9B | 4C | 0 | 15 | 17 | A3 | 3D | 30 |
| Octal | 60 | 304 | 233 | 114 | 0 | 25 | 27 | 243 | 75 | 60 |
| Binary | 110000 | 11000100 | 10011011 | 1001100 | 0 | 10101 | 10111 | 10100011 | 111101 | 110000 |
Color Harmonies of #30C49B
Complementary color
Monochromatic Colors of #30C49B
Black with #30C49B
Text Example
Text Example
White with #30C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C49B; }
p { color: rgb(48,196,155); }
H1.HeaderClassName
{
color: #30C49B;
}
.AnyTagClassName
{
color: #30C49B;
}
</style>
background-color css
<style>
a { background-color: #30C49B; }
a { background-color: rgb(48,196,155); }
div.DivClassName
{
background-color: #30C49B;
}
.BgClassName
{
background-color: #30C49B;
}
</style>
border-color css
<style>
span { border-color: #30C49B; }
span { border-color: rgb(48,196,155); }
td.TdClassName
{
border-color: #30C49B;
}
.TagClassName
{
border-color: #30C49B;
}
</style>