Shades of Shamrock #30BC99
Tints of Shamrock #30BC99
RGB
CMYK
RGB Variations
Color information
#30BC99 (or 0x30BC99) is known color: Shamrock. HEX triplet: 30, BC and 99. RGB value is (48,188,153). Sum of RGB (Red+Green+Blue) = 48+188+153=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BC99 is #CF4366. Grayscale: #8E8E8E. Windows color (decimal): -13583207 or 10075184. OLE color: 10075184.
HSL color Cylindrical-coordinate representation of color #30BC99: hue angle of 165º 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 #30BC99 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 153 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.26 |
| HSL | 165º | 0.59% | 0.46% | - |
| HSV(B) | 165º | 0.74% | 0.74% | - |
| XYZ | 24.95 | 38.89 | 36.33 | - |
| YUV | 142.15 | 134.12 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 153 | 0.74 | 0 | 0.19 | 0.26 | 165 | 0.59 | 0.46 |
| Hex | 30 | BC | 99 | 4A | 0 | 13 | 1A | A5 | 3B | 2E |
| Octal | 60 | 274 | 231 | 112 | 0 | 23 | 32 | 245 | 73 | 56 |
| Binary | 110000 | 10111100 | 10011001 | 1001010 | 0 | 10011 | 11010 | 10100101 | 111011 | 101110 |
Color Harmonies of #30BC99
Complementary color
Monochromatic Colors of #30BC99
Black with #30BC99
Text Example
Text Example
White with #30BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC99; }
p { color: rgb(48,188,153); }
H1.HeaderClassName
{
color: #30BC99;
}
.AnyTagClassName
{
color: #30BC99;
}
</style>
background-color css
<style>
a { background-color: #30BC99; }
a { background-color: rgb(48,188,153); }
div.DivClassName
{
background-color: #30BC99;
}
.BgClassName
{
background-color: #30BC99;
}
</style>
border-color css
<style>
span { border-color: #30BC99; }
span { border-color: rgb(48,188,153); }
td.TdClassName
{
border-color: #30BC99;
}
.TagClassName
{
border-color: #30BC99;
}
</style>