Shades of Shamrock #30C2A0
Tints of Shamrock #30C2A0
RGB
CMYK
RGB Variations
Color information
#30C2A0 (or 0x30C2A0) is known color: Shamrock. HEX triplet: 30, C2 and A0. RGB value is (48,194,160). Sum of RGB (Red+Green+Blue) = 48+194+160=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #30C2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C2A0 is #CF3D5F. Grayscale: #929292. Windows color (decimal): -13581664 or 10535472. OLE color: 10535472.
HSL color Cylindrical-coordinate representation of color #30C2A0: hue angle of 166.03º 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 #30C2A0 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 194 | 160 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.24 |
| HSL | 166.03º | 0.6% | 0.47% | - |
| HSV(B) | 166.03º | 0.75% | 0.76% | - |
| XYZ | 26.86 | 41.75 | 39.9 | - |
| YUV | 146.47 | 135.63 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 194 | 160 | 0.75 | 0 | 0.18 | 0.24 | 166.03 | 0.6 | 0.47 |
| Hex | 30 | C2 | A0 | 4B | 0 | 12 | 18 | A6 | 3C | 2F |
| Octal | 60 | 302 | 240 | 113 | 0 | 22 | 30 | 246 | 74 | 57 |
| Binary | 110000 | 11000010 | 10100000 | 1001011 | 0 | 10010 | 11000 | 10100110 | 111100 | 101111 |
Color Harmonies of #30C2A0
Complementary color
Monochromatic Colors of #30C2A0
Black with #30C2A0
Text Example
Text Example
White with #30C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C2A0; }
p { color: rgb(48,194,160); }
H1.HeaderClassName
{
color: #30C2A0;
}
.AnyTagClassName
{
color: #30C2A0;
}
</style>
background-color css
<style>
a { background-color: #30C2A0; }
a { background-color: rgb(48,194,160); }
div.DivClassName
{
background-color: #30C2A0;
}
.BgClassName
{
background-color: #30C2A0;
}
</style>
border-color css
<style>
span { border-color: #30C2A0; }
span { border-color: rgb(48,194,160); }
td.TdClassName
{
border-color: #30C2A0;
}
.TagClassName
{
border-color: #30C2A0;
}
</style>