Shades of Shamrock #30C0A2
Tints of Shamrock #30C0A2
RGB
CMYK
RGB Variations
Color information
#30C0A2 (or 0x30C0A2) is known color: Shamrock. HEX triplet: 30, C0 and A2. RGB value is (48,192,162). Sum of RGB (Red+Green+Blue) = 48+192+162=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #30C0A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C0A2 is #CF3F5D. Grayscale: #919191. Windows color (decimal): -13582174 or 10666032. OLE color: 10666032.
HSL color Cylindrical-coordinate representation of color #30C0A2: hue angle of 167.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C0A2 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 162 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.25 |
| HSL | 167.5º | 0.6% | 0.47% | - |
| HSV(B) | 167.5º | 0.75% | 0.75% | - |
| XYZ | 26.59 | 40.94 | 40.68 | - |
| YUV | 145.52 | 137.29 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 162 | 0.75 | 0 | 0.16 | 0.25 | 167.5 | 0.6 | 0.47 |
| Hex | 30 | C0 | A2 | 4B | 0 | 10 | 19 | A8 | 3C | 2F |
| Octal | 60 | 300 | 242 | 113 | 0 | 20 | 31 | 250 | 74 | 57 |
| Binary | 110000 | 11000000 | 10100010 | 1001011 | 0 | 10000 | 11001 | 10101000 | 111100 | 101111 |
Color Harmonies of #30C0A2
Complementary color
Monochromatic Colors of #30C0A2
Black with #30C0A2
Text Example
Text Example
White with #30C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C0A2; }
p { color: rgb(48,192,162); }
H1.HeaderClassName
{
color: #30C0A2;
}
.AnyTagClassName
{
color: #30C0A2;
}
</style>
background-color css
<style>
a { background-color: #30C0A2; }
a { background-color: rgb(48,192,162); }
div.DivClassName
{
background-color: #30C0A2;
}
.BgClassName
{
background-color: #30C0A2;
}
</style>
border-color css
<style>
span { border-color: #30C0A2; }
span { border-color: rgb(48,192,162); }
td.TdClassName
{
border-color: #30C0A2;
}
.TagClassName
{
border-color: #30C0A2;
}
</style>