Shades of Shamrock #30BC93
Tints of Shamrock #30BC93
RGB
CMYK
RGB Variations
Color information
#30BC93 (or 0x30BC93) is known color: Shamrock. HEX triplet: 30, BC and 93. RGB value is (48,188,147). Sum of RGB (Red+Green+Blue) = 48+188+147=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BC93 is #CF436C. Grayscale: #8D8D8D. Windows color (decimal): -13583213 or 9681968. OLE color: 9681968.
HSL color Cylindrical-coordinate representation of color #30BC93: hue angle of 162.43º 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 #30BC93 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 147 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.26 |
| HSL | 162.43º | 0.59% | 0.46% | - |
| HSV(B) | 162.43º | 0.74% | 0.74% | - |
| XYZ | 24.47 | 38.7 | 33.78 | - |
| YUV | 141.47 | 131.12 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 147 | 0.74 | 0 | 0.22 | 0.26 | 162.43 | 0.59 | 0.46 |
| Hex | 30 | BC | 93 | 4A | 0 | 16 | 1A | A2 | 3B | 2E |
| Octal | 60 | 274 | 223 | 112 | 0 | 26 | 32 | 242 | 73 | 56 |
| Binary | 110000 | 10111100 | 10010011 | 1001010 | 0 | 10110 | 11010 | 10100010 | 111011 | 101110 |
Color Harmonies of #30BC93
Complementary color
Monochromatic Colors of #30BC93
Black with #30BC93
Text Example
Text Example
White with #30BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC93; }
p { color: rgb(48,188,147); }
H1.HeaderClassName
{
color: #30BC93;
}
.AnyTagClassName
{
color: #30BC93;
}
</style>
background-color css
<style>
a { background-color: #30BC93; }
a { background-color: rgb(48,188,147); }
div.DivClassName
{
background-color: #30BC93;
}
.BgClassName
{
background-color: #30BC93;
}
</style>
border-color css
<style>
span { border-color: #30BC93; }
span { border-color: rgb(48,188,147); }
td.TdClassName
{
border-color: #30BC93;
}
.TagClassName
{
border-color: #30BC93;
}
</style>