Shades of Shamrock #30C19D
Tints of Shamrock #30C19D
RGB
CMYK
RGB Variations
Color information
#30C19D (or 0x30C19D) is known color: Shamrock. HEX triplet: 30, C1 and 9D. RGB value is (48,193,157). Sum of RGB (Red+Green+Blue) = 48+193+157=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #30C19D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C19D is #CF3E62. Grayscale: #919191. Windows color (decimal): -13581923 or 10338608. OLE color: 10338608.
HSL color Cylindrical-coordinate representation of color #30C19D: hue angle of 165.1º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C19D is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 193 | 157 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.24 |
| HSL | 165.1º | 0.6% | 0.47% | - |
| HSV(B) | 165.1º | 0.75% | 0.76% | - |
| XYZ | 26.37 | 41.2 | 38.46 | - |
| YUV | 145.54 | 134.46 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 193 | 157 | 0.75 | 0 | 0.19 | 0.24 | 165.1 | 0.6 | 0.47 |
| Hex | 30 | C1 | 9D | 4B | 0 | 13 | 18 | A5 | 3C | 2F |
| Octal | 60 | 301 | 235 | 113 | 0 | 23 | 30 | 245 | 74 | 57 |
| Binary | 110000 | 11000001 | 10011101 | 1001011 | 0 | 10011 | 11000 | 10100101 | 111100 | 101111 |
Color Harmonies of #30C19D
Complementary color
Monochromatic Colors of #30C19D
Black with #30C19D
Text Example
Text Example
White with #30C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C19D; }
p { color: rgb(48,193,157); }
H1.HeaderClassName
{
color: #30C19D;
}
.AnyTagClassName
{
color: #30C19D;
}
</style>
background-color css
<style>
a { background-color: #30C19D; }
a { background-color: rgb(48,193,157); }
div.DivClassName
{
background-color: #30C19D;
}
.BgClassName
{
background-color: #30C19D;
}
</style>
border-color css
<style>
span { border-color: #30C19D; }
span { border-color: rgb(48,193,157); }
td.TdClassName
{
border-color: #30C19D;
}
.TagClassName
{
border-color: #30C19D;
}
</style>