Shades of Shamrock #30C18F
Tints of Shamrock #30C18F
RGB
CMYK
RGB Variations
Color information
#30C18F (or 0x30C18F) is known color: Shamrock. HEX triplet: 30, C1 and 8F. RGB value is (48,193,143). Sum of RGB (Red+Green+Blue) = 48+193+143=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #30C18F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C18F is #CF3E70. Grayscale: #8F8F8F. Windows color (decimal): -13581937 or 9421104. OLE color: 9421104.
HSL color Cylindrical-coordinate representation of color #30C18F: hue angle of 159.31º 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 #30C18F is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 193 | 143 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.24 |
| HSL | 159.31º | 0.6% | 0.47% | - |
| HSV(B) | 159.31º | 0.75% | 0.76% | - |
| XYZ | 25.25 | 40.75 | 32.52 | - |
| YUV | 143.95 | 127.46 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 193 | 143 | 0.75 | 0 | 0.26 | 0.24 | 159.31 | 0.6 | 0.47 |
| Hex | 30 | C1 | 8F | 4B | 0 | 1A | 18 | 9F | 3C | 2F |
| Octal | 60 | 301 | 217 | 113 | 0 | 32 | 30 | 237 | 74 | 57 |
| Binary | 110000 | 11000001 | 10001111 | 1001011 | 0 | 11010 | 11000 | 10011111 | 111100 | 101111 |
Color Harmonies of #30C18F
Complementary color
Monochromatic Colors of #30C18F
Black with #30C18F
Text Example
Text Example
White with #30C18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C18F; }
p { color: rgb(48,193,143); }
H1.HeaderClassName
{
color: #30C18F;
}
.AnyTagClassName
{
color: #30C18F;
}
</style>
background-color css
<style>
a { background-color: #30C18F; }
a { background-color: rgb(48,193,143); }
div.DivClassName
{
background-color: #30C18F;
}
.BgClassName
{
background-color: #30C18F;
}
</style>
border-color css
<style>
span { border-color: #30C18F; }
span { border-color: rgb(48,193,143); }
td.TdClassName
{
border-color: #30C18F;
}
.TagClassName
{
border-color: #30C18F;
}
</style>