Shades of Shamrock #30C08E
Tints of Shamrock #30C08E
RGB
CMYK
RGB Variations
Color information
#30C08E (or 0x30C08E) is known color: Shamrock. HEX triplet: 30, C0 and 8E. RGB value is (48,192,142). Sum of RGB (Red+Green+Blue) = 48+192+142=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #30C08E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C08E is #CF3F71. Grayscale: #8F8F8F. Windows color (decimal): -13582194 or 9355312. OLE color: 9355312.
HSL color Cylindrical-coordinate representation of color #30C08E: hue angle of 159.17º 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 #30C08E is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 142 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.25 |
| HSL | 159.17º | 0.6% | 0.47% | - |
| HSV(B) | 159.17º | 0.75% | 0.75% | - |
| XYZ | 24.95 | 40.28 | 32.05 | - |
| YUV | 143.24 | 127.29 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 142 | 0.75 | 0 | 0.26 | 0.25 | 159.17 | 0.6 | 0.47 |
| Hex | 30 | C0 | 8E | 4B | 0 | 1A | 19 | 9F | 3C | 2F |
| Octal | 60 | 300 | 216 | 113 | 0 | 32 | 31 | 237 | 74 | 57 |
| Binary | 110000 | 11000000 | 10001110 | 1001011 | 0 | 11010 | 11001 | 10011111 | 111100 | 101111 |
Color Harmonies of #30C08E
Complementary color
Monochromatic Colors of #30C08E
Black with #30C08E
Text Example
Text Example
White with #30C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C08E; }
p { color: rgb(48,192,142); }
H1.HeaderClassName
{
color: #30C08E;
}
.AnyTagClassName
{
color: #30C08E;
}
</style>
background-color css
<style>
a { background-color: #30C08E; }
a { background-color: rgb(48,192,142); }
div.DivClassName
{
background-color: #30C08E;
}
.BgClassName
{
background-color: #30C08E;
}
</style>
border-color css
<style>
span { border-color: #30C08E; }
span { border-color: rgb(48,192,142); }
td.TdClassName
{
border-color: #30C08E;
}
.TagClassName
{
border-color: #30C08E;
}
</style>