Shades of Shamrock #30C2A2
Tints of Shamrock #30C2A2
RGB
CMYK
RGB Variations
Color information
#30C2A2 (or 0x30C2A2) is known color: Shamrock. HEX triplet: 30, C2 and A2. RGB value is (48,194,162). Sum of RGB (Red+Green+Blue) = 48+194+162=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #30C2A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C2A2 is #CF3D5D. Grayscale: #929292. Windows color (decimal): -13581662 or 10666544. OLE color: 10666544.
HSL color Cylindrical-coordinate representation of color #30C2A2: hue angle of 166.85º 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 #30C2A2 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 194 | 162 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.24 |
| HSL | 166.85º | 0.6% | 0.47% | - |
| HSV(B) | 166.85º | 0.75% | 0.76% | - |
| XYZ | 27.03 | 41.82 | 40.83 | - |
| YUV | 146.7 | 136.63 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 194 | 162 | 0.75 | 0 | 0.16 | 0.24 | 166.85 | 0.6 | 0.47 |
| Hex | 30 | C2 | A2 | 4B | 0 | 10 | 18 | A7 | 3C | 2F |
| Octal | 60 | 302 | 242 | 113 | 0 | 20 | 30 | 247 | 74 | 57 |
| Binary | 110000 | 11000010 | 10100010 | 1001011 | 0 | 10000 | 11000 | 10100111 | 111100 | 101111 |
Color Harmonies of #30C2A2
Complementary color
Monochromatic Colors of #30C2A2
Black with #30C2A2
Text Example
Text Example
White with #30C2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C2A2; }
p { color: rgb(48,194,162); }
H1.HeaderClassName
{
color: #30C2A2;
}
.AnyTagClassName
{
color: #30C2A2;
}
</style>
background-color css
<style>
a { background-color: #30C2A2; }
a { background-color: rgb(48,194,162); }
div.DivClassName
{
background-color: #30C2A2;
}
.BgClassName
{
background-color: #30C2A2;
}
</style>
border-color css
<style>
span { border-color: #30C2A2; }
span { border-color: rgb(48,194,162); }
td.TdClassName
{
border-color: #30C2A2;
}
.TagClassName
{
border-color: #30C2A2;
}
</style>