Shades of Shamrock #30BEA0
Tints of Shamrock #30BEA0
RGB
CMYK
RGB Variations
Color information
#30BEA0 (or 0x30BEA0) is known color: Shamrock. HEX triplet: 30, BE and A0. RGB value is (48,190,160). Sum of RGB (Red+Green+Blue) = 48+190+160=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #30BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BEA0 is #CF415F. Grayscale: #909090. Windows color (decimal): -13582688 or 10534448. OLE color: 10534448.
HSL color Cylindrical-coordinate representation of color #30BEA0: hue angle of 167.32º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BEA0 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 190 | 160 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.25 |
| HSL | 167.32º | 0.6% | 0.47% | - |
| HSV(B) | 167.32º | 0.75% | 0.75% | - |
| XYZ | 25.98 | 39.99 | 39.61 | - |
| YUV | 144.12 | 136.96 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 190 | 160 | 0.75 | 0 | 0.16 | 0.25 | 167.32 | 0.6 | 0.47 |
| Hex | 30 | BE | A0 | 4B | 0 | 10 | 19 | A7 | 3C | 2F |
| Octal | 60 | 276 | 240 | 113 | 0 | 20 | 31 | 247 | 74 | 57 |
| Binary | 110000 | 10111110 | 10100000 | 1001011 | 0 | 10000 | 11001 | 10100111 | 111100 | 101111 |
Color Harmonies of #30BEA0
Complementary color
Monochromatic Colors of #30BEA0
Black with #30BEA0
Text Example
Text Example
White with #30BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BEA0; }
p { color: rgb(48,190,160); }
H1.HeaderClassName
{
color: #30BEA0;
}
.AnyTagClassName
{
color: #30BEA0;
}
</style>
background-color css
<style>
a { background-color: #30BEA0; }
a { background-color: rgb(48,190,160); }
div.DivClassName
{
background-color: #30BEA0;
}
.BgClassName
{
background-color: #30BEA0;
}
</style>
border-color css
<style>
span { border-color: #30BEA0; }
span { border-color: rgb(48,190,160); }
td.TdClassName
{
border-color: #30BEA0;
}
.TagClassName
{
border-color: #30BEA0;
}
</style>