Shades of Shamrock #30BC9F
Tints of Shamrock #30BC9F
RGB
CMYK
RGB Variations
Color information
#30BC9F (or 0x30BC9F) is known color: Shamrock. HEX triplet: 30, BC and 9F. RGB value is (48,188,159). Sum of RGB (Red+Green+Blue) = 48+188+159=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BC9F is #CF4360. Grayscale: #8E8E8E. Windows color (decimal): -13583201 or 10468400. OLE color: 10468400.
HSL color Cylindrical-coordinate representation of color #30BC9F: hue angle of 167.57º 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 #30BC9F is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 159 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.26 |
| HSL | 167.57º | 0.59% | 0.46% | - |
| HSV(B) | 167.57º | 0.74% | 0.74% | - |
| XYZ | 25.46 | 39.1 | 39.01 | - |
| YUV | 142.83 | 137.12 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 159 | 0.74 | 0 | 0.15 | 0.26 | 167.57 | 0.59 | 0.46 |
| Hex | 30 | BC | 9F | 4A | 0 | F | 1A | A8 | 3B | 2E |
| Octal | 60 | 274 | 237 | 112 | 0 | 17 | 32 | 250 | 73 | 56 |
| Binary | 110000 | 10111100 | 10011111 | 1001010 | 0 | 1111 | 11010 | 10101000 | 111011 | 101110 |
Color Harmonies of #30BC9F
Complementary color
Monochromatic Colors of #30BC9F
Black with #30BC9F
Text Example
Text Example
White with #30BC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC9F; }
p { color: rgb(48,188,159); }
H1.HeaderClassName
{
color: #30BC9F;
}
.AnyTagClassName
{
color: #30BC9F;
}
</style>
background-color css
<style>
a { background-color: #30BC9F; }
a { background-color: rgb(48,188,159); }
div.DivClassName
{
background-color: #30BC9F;
}
.BgClassName
{
background-color: #30BC9F;
}
</style>
border-color css
<style>
span { border-color: #30BC9F; }
span { border-color: rgb(48,188,159); }
td.TdClassName
{
border-color: #30BC9F;
}
.TagClassName
{
border-color: #30BC9F;
}
</style>