Shades of Shamrock #30C197
Tints of Shamrock #30C197
RGB
CMYK
RGB Variations
Color information
#30C197 (or 0x30C197) is known color: Shamrock. HEX triplet: 30, C1 and 97. RGB value is (48,193,151). Sum of RGB (Red+Green+Blue) = 48+193+151=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #30C197 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C197 is #CF3E68. Grayscale: #909090. Windows color (decimal): -13581929 or 9945392. OLE color: 9945392.
HSL color Cylindrical-coordinate representation of color #30C197: hue angle of 162.62º 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 #30C197 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 193 | 151 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.24 |
| HSL | 162.62º | 0.6% | 0.47% | - |
| HSV(B) | 162.62º | 0.75% | 0.76% | - |
| XYZ | 25.87 | 41 | 35.83 | - |
| YUV | 144.86 | 131.46 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 193 | 151 | 0.75 | 0 | 0.22 | 0.24 | 162.62 | 0.6 | 0.47 |
| Hex | 30 | C1 | 97 | 4B | 0 | 16 | 18 | A3 | 3C | 2F |
| Octal | 60 | 301 | 227 | 113 | 0 | 26 | 30 | 243 | 74 | 57 |
| Binary | 110000 | 11000001 | 10010111 | 1001011 | 0 | 10110 | 11000 | 10100011 | 111100 | 101111 |
Color Harmonies of #30C197
Complementary color
Monochromatic Colors of #30C197
Black with #30C197
Text Example
Text Example
White with #30C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C197; }
p { color: rgb(48,193,151); }
H1.HeaderClassName
{
color: #30C197;
}
.AnyTagClassName
{
color: #30C197;
}
</style>
background-color css
<style>
a { background-color: #30C197; }
a { background-color: rgb(48,193,151); }
div.DivClassName
{
background-color: #30C197;
}
.BgClassName
{
background-color: #30C197;
}
</style>
border-color css
<style>
span { border-color: #30C197; }
span { border-color: rgb(48,193,151); }
td.TdClassName
{
border-color: #30C197;
}
.TagClassName
{
border-color: #30C197;
}
</style>