Shades of Shamrock #30C49F
Tints of Shamrock #30C49F
RGB
CMYK
RGB Variations
Color information
#30C49F (or 0x30C49F) is known color: Shamrock. HEX triplet: 30, C4 and 9F. RGB value is (48,196,159). Sum of RGB (Red+Green+Blue) = 48+196+159=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #30C49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C49F is #CF3B60. Grayscale: #939393. Windows color (decimal): -13581153 or 10470448. OLE color: 10470448.
HSL color Cylindrical-coordinate representation of color #30C49F: hue angle of 165º 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 #30C49F is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 196 | 159 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.23 |
| HSL | 165º | 0.61% | 0.48% | - |
| HSV(B) | 165º | 0.76% | 0.77% | - |
| XYZ | 27.22 | 42.61 | 39.59 | - |
| YUV | 147.53 | 134.47 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 196 | 159 | 0.76 | 0 | 0.19 | 0.23 | 165 | 0.61 | 0.48 |
| Hex | 30 | C4 | 9F | 4C | 0 | 13 | 17 | A5 | 3D | 30 |
| Octal | 60 | 304 | 237 | 114 | 0 | 23 | 27 | 245 | 75 | 60 |
| Binary | 110000 | 11000100 | 10011111 | 1001100 | 0 | 10011 | 10111 | 10100101 | 111101 | 110000 |
Color Harmonies of #30C49F
Complementary color
Monochromatic Colors of #30C49F
Black with #30C49F
Text Example
Text Example
White with #30C49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C49F; }
p { color: rgb(48,196,159); }
H1.HeaderClassName
{
color: #30C49F;
}
.AnyTagClassName
{
color: #30C49F;
}
</style>
background-color css
<style>
a { background-color: #30C49F; }
a { background-color: rgb(48,196,159); }
div.DivClassName
{
background-color: #30C49F;
}
.BgClassName
{
background-color: #30C49F;
}
</style>
border-color css
<style>
span { border-color: #30C49F; }
span { border-color: rgb(48,196,159); }
td.TdClassName
{
border-color: #30C49F;
}
.TagClassName
{
border-color: #30C49F;
}
</style>