Shades of Shamrock #30BBA0
Tints of Shamrock #30BBA0
RGB
CMYK
RGB Variations
Color information
#30BBA0 (or 0x30BBA0) is known color: Shamrock. HEX triplet: 30, BB and A0. RGB value is (48,187,160). Sum of RGB (Red+Green+Blue) = 48+187+160=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BBA0 is #CF445F. Grayscale: #8E8E8E. Windows color (decimal): -13583456 or 10533680. OLE color: 10533680.
HSL color Cylindrical-coordinate representation of color #30BBA0: hue angle of 168.35º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BBA0 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 187 | 160 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.27 |
| HSL | 168.35º | 0.59% | 0.46% | - |
| HSV(B) | 168.35º | 0.74% | 0.73% | - |
| XYZ | 25.33 | 38.71 | 39.39 | - |
| YUV | 142.36 | 137.95 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 160 | 0.74 | 0 | 0.14 | 0.27 | 168.35 | 0.59 | 0.46 |
| Hex | 30 | BB | A0 | 4A | 0 | E | 1B | A8 | 3B | 2E |
| Octal | 60 | 273 | 240 | 112 | 0 | 16 | 33 | 250 | 73 | 56 |
| Binary | 110000 | 10111011 | 10100000 | 1001010 | 0 | 1110 | 11011 | 10101000 | 111011 | 101110 |
Color Harmonies of #30BBA0
Complementary color
Monochromatic Colors of #30BBA0
Black with #30BBA0
Text Example
Text Example
White with #30BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBA0; }
p { color: rgb(48,187,160); }
H1.HeaderClassName
{
color: #30BBA0;
}
.AnyTagClassName
{
color: #30BBA0;
}
</style>
background-color css
<style>
a { background-color: #30BBA0; }
a { background-color: rgb(48,187,160); }
div.DivClassName
{
background-color: #30BBA0;
}
.BgClassName
{
background-color: #30BBA0;
}
</style>
border-color css
<style>
span { border-color: #30BBA0; }
span { border-color: rgb(48,187,160); }
td.TdClassName
{
border-color: #30BBA0;
}
.TagClassName
{
border-color: #30BBA0;
}
</style>