Shades of Shamrock #30BC94
Tints of Shamrock #30BC94
RGB
CMYK
RGB Variations
Color information
#30BC94 (or 0x30BC94) is known color: Shamrock. HEX triplet: 30, BC and 94. RGB value is (48,188,148). Sum of RGB (Red+Green+Blue) = 48+188+148=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BC94 is #CF436B. Grayscale: #8D8D8D. Windows color (decimal): -13583212 or 9747504. OLE color: 9747504.
HSL color Cylindrical-coordinate representation of color #30BC94: hue angle of 162.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BC94 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 148 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.26 |
| HSL | 162.86º | 0.59% | 0.46% | - |
| HSV(B) | 162.86º | 0.74% | 0.74% | - |
| XYZ | 24.55 | 38.73 | 34.2 | - |
| YUV | 141.58 | 131.62 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 148 | 0.74 | 0 | 0.21 | 0.26 | 162.86 | 0.59 | 0.46 |
| Hex | 30 | BC | 94 | 4A | 0 | 15 | 1A | A3 | 3B | 2E |
| Octal | 60 | 274 | 224 | 112 | 0 | 25 | 32 | 243 | 73 | 56 |
| Binary | 110000 | 10111100 | 10010100 | 1001010 | 0 | 10101 | 11010 | 10100011 | 111011 | 101110 |
Color Harmonies of #30BC94
Complementary color
Monochromatic Colors of #30BC94
Black with #30BC94
Text Example
Text Example
White with #30BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC94; }
p { color: rgb(48,188,148); }
H1.HeaderClassName
{
color: #30BC94;
}
.AnyTagClassName
{
color: #30BC94;
}
</style>
background-color css
<style>
a { background-color: #30BC94; }
a { background-color: rgb(48,188,148); }
div.DivClassName
{
background-color: #30BC94;
}
.BgClassName
{
background-color: #30BC94;
}
</style>
border-color css
<style>
span { border-color: #30BC94; }
span { border-color: rgb(48,188,148); }
td.TdClassName
{
border-color: #30BC94;
}
.TagClassName
{
border-color: #30BC94;
}
</style>