Shades of Shamrock #30EBA3
Tints of Shamrock #30EBA3
RGB
CMYK
RGB Variations
Color information
#30EBA3 (or 0x30EBA3) is known color: Shamrock. HEX triplet: 30, EB and A3. RGB value is (48,235,163). Sum of RGB (Red+Green+Blue) = 48+235+163=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #30EBA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EBA3 is #CF145C. Grayscale: #AAAAAA. Windows color (decimal): -13571165 or 10742576. OLE color: 10742576.
HSL color Cylindrical-coordinate representation of color #30EBA3: hue angle of 156.9º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EBA3 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 235 | 163 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.08 |
| HSL | 156.9º | 0.82% | 0.55% | - |
| HSV(B) | 156.9º | 0.8% | 0.92% | - |
| XYZ | 37.54 | 62.69 | 44.77 | - |
| YUV | 170.88 | 123.55 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 235 | 163 | 0.80 | 0 | 0.31 | 0.08 | 156.9 | 0.82 | 0.55 |
| Hex | 30 | EB | A3 | 50 | 0 | 1F | 8 | 9D | 52 | 37 |
| Octal | 60 | 353 | 243 | 120 | 0 | 37 | 10 | 235 | 122 | 67 |
| Binary | 110000 | 11101011 | 10100011 | 1010000 | 0 | 11111 | 1000 | 10011101 | 1010010 | 110111 |
Color Harmonies of #30EBA3
Complementary color
Monochromatic Colors of #30EBA3
Black with #30EBA3
Text Example
Text Example
White with #30EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EBA3; }
p { color: rgb(48,235,163); }
H1.HeaderClassName
{
color: #30EBA3;
}
.AnyTagClassName
{
color: #30EBA3;
}
</style>
background-color css
<style>
a { background-color: #30EBA3; }
a { background-color: rgb(48,235,163); }
div.DivClassName
{
background-color: #30EBA3;
}
.BgClassName
{
background-color: #30EBA3;
}
</style>
border-color css
<style>
span { border-color: #30EBA3; }
span { border-color: rgb(48,235,163); }
td.TdClassName
{
border-color: #30EBA3;
}
.TagClassName
{
border-color: #30EBA3;
}
</style>