Shades of Shamrock #30C08F
Tints of Shamrock #30C08F
RGB
CMYK
RGB Variations
Color information
#30C08F (or 0x30C08F) is known color: Shamrock. HEX triplet: 30, C0 and 8F. RGB value is (48,192,143). Sum of RGB (Red+Green+Blue) = 48+192+143=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #30C08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C08F is #CF3F70. Grayscale: #8F8F8F. Windows color (decimal): -13582193 or 9420848. OLE color: 9420848.
HSL color Cylindrical-coordinate representation of color #30C08F: hue angle of 159.58º 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 #30C08F is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 143 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.25 |
| HSL | 159.58º | 0.6% | 0.47% | - |
| HSV(B) | 159.58º | 0.75% | 0.75% | - |
| XYZ | 25.03 | 40.31 | 32.45 | - |
| YUV | 143.36 | 127.79 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 143 | 0.75 | 0 | 0.26 | 0.25 | 159.58 | 0.6 | 0.47 |
| Hex | 30 | C0 | 8F | 4B | 0 | 1A | 19 | A0 | 3C | 2F |
| Octal | 60 | 300 | 217 | 113 | 0 | 32 | 31 | 240 | 74 | 57 |
| Binary | 110000 | 11000000 | 10001111 | 1001011 | 0 | 11010 | 11001 | 10100000 | 111100 | 101111 |
Color Harmonies of #30C08F
Complementary color
Monochromatic Colors of #30C08F
Black with #30C08F
Text Example
Text Example
White with #30C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C08F; }
p { color: rgb(48,192,143); }
H1.HeaderClassName
{
color: #30C08F;
}
.AnyTagClassName
{
color: #30C08F;
}
</style>
background-color css
<style>
a { background-color: #30C08F; }
a { background-color: rgb(48,192,143); }
div.DivClassName
{
background-color: #30C08F;
}
.BgClassName
{
background-color: #30C08F;
}
</style>
border-color css
<style>
span { border-color: #30C08F; }
span { border-color: rgb(48,192,143); }
td.TdClassName
{
border-color: #30C08F;
}
.TagClassName
{
border-color: #30C08F;
}
</style>