Shades of Shamrock #30BE8C
Tints of Shamrock #30BE8C
RGB
CMYK
RGB Variations
Color information
#30BE8C (or 0x30BE8C) is known color: Shamrock. HEX triplet: 30, BE and 8C. RGB value is (48,190,140). Sum of RGB (Red+Green+Blue) = 48+190+140=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BE8C is #CF4173. Grayscale: #8D8D8D. Windows color (decimal): -13582708 or 9223728. OLE color: 9223728.
HSL color Cylindrical-coordinate representation of color #30BE8C: hue angle of 158.87º 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 #30BE8C is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 190 | 140 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.25 |
| HSL | 158.87º | 0.6% | 0.47% | - |
| HSV(B) | 158.87º | 0.75% | 0.75% | - |
| XYZ | 24.37 | 39.35 | 31.12 | - |
| YUV | 141.84 | 126.96 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 190 | 140 | 0.75 | 0 | 0.26 | 0.25 | 158.87 | 0.6 | 0.47 |
| Hex | 30 | BE | 8C | 4B | 0 | 1A | 19 | 9F | 3C | 2F |
| Octal | 60 | 276 | 214 | 113 | 0 | 32 | 31 | 237 | 74 | 57 |
| Binary | 110000 | 10111110 | 10001100 | 1001011 | 0 | 11010 | 11001 | 10011111 | 111100 | 101111 |
Color Harmonies of #30BE8C
Complementary color
Monochromatic Colors of #30BE8C
Black with #30BE8C
Text Example
Text Example
White with #30BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BE8C; }
p { color: rgb(48,190,140); }
H1.HeaderClassName
{
color: #30BE8C;
}
.AnyTagClassName
{
color: #30BE8C;
}
</style>
background-color css
<style>
a { background-color: #30BE8C; }
a { background-color: rgb(48,190,140); }
div.DivClassName
{
background-color: #30BE8C;
}
.BgClassName
{
background-color: #30BE8C;
}
</style>
border-color css
<style>
span { border-color: #30BE8C; }
span { border-color: rgb(48,190,140); }
td.TdClassName
{
border-color: #30BE8C;
}
.TagClassName
{
border-color: #30BE8C;
}
</style>