Shades of Shamrock #30EDA3
Tints of Shamrock #30EDA3
RGB
CMYK
RGB Variations
Color information
#30EDA3 (or 0x30EDA3) is known color: Shamrock. HEX triplet: 30, ED and A3. RGB value is (48,237,163). Sum of RGB (Red+Green+Blue) = 48+237+163=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 237 (92.97% from 255 or 52.90% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 237 - color contains mainly: green. Hex color #30EDA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EDA3 is #CF125C. Grayscale: #ACACAC. Windows color (decimal): -13570653 or 10743088. OLE color: 10743088.
HSL color Cylindrical-coordinate representation of color #30EDA3: hue angle of 156.51º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EDA3 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 237 | 163 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.07 |
| HSL | 156.51º | 0.84% | 0.56% | - |
| HSV(B) | 156.51º | 0.8% | 0.93% | - |
| XYZ | 38.11 | 63.84 | 44.96 | - |
| YUV | 172.05 | 122.88 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 237 | 163 | 0.80 | 0 | 0.31 | 0.07 | 156.51 | 0.84 | 0.56 |
| Hex | 30 | ED | A3 | 50 | 0 | 1F | 7 | 9D | 54 | 38 |
| Octal | 60 | 355 | 243 | 120 | 0 | 37 | 7 | 235 | 124 | 70 |
| Binary | 110000 | 11101101 | 10100011 | 1010000 | 0 | 11111 | 111 | 10011101 | 1010100 | 111000 |
Color Harmonies of #30EDA3
Complementary color
Monochromatic Colors of #30EDA3
Black with #30EDA3
Text Example
Text Example
White with #30EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EDA3; }
p { color: rgb(48,237,163); }
H1.HeaderClassName
{
color: #30EDA3;
}
.AnyTagClassName
{
color: #30EDA3;
}
</style>
background-color css
<style>
a { background-color: #30EDA3; }
a { background-color: rgb(48,237,163); }
div.DivClassName
{
background-color: #30EDA3;
}
.BgClassName
{
background-color: #30EDA3;
}
</style>
border-color css
<style>
span { border-color: #30EDA3; }
span { border-color: rgb(48,237,163); }
td.TdClassName
{
border-color: #30EDA3;
}
.TagClassName
{
border-color: #30EDA3;
}
</style>