Shades of Shamrock #30ECAA
Tints of Shamrock #30ECAA
RGB
CMYK
RGB Variations
Color information
#30ECAA (or 0x30ECAA) is known color: Shamrock. HEX triplet: 30, EC and AA. RGB value is (48,236,170). Sum of RGB (Red+Green+Blue) = 48+236+170=454 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.57% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #30ECAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30ECAA is #CF1355. Grayscale: #ACACAC. Windows color (decimal): -13570902 or 11201584. OLE color: 11201584.
HSL color Cylindrical-coordinate representation of color #30ECAA: hue angle of 158.94º degrees, saturation: 0.83, 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 #30ECAA is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 170 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.07 |
| HSL | 158.94º | 0.83% | 0.56% | - |
| HSV(B) | 158.94º | 0.8% | 0.93% | - |
| XYZ | 38.47 | 63.52 | 48.26 | - |
| YUV | 172.26 | 126.72 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 170 | 0.80 | 0 | 0.28 | 0.07 | 158.94 | 0.83 | 0.56 |
| Hex | 30 | EC | AA | 50 | 0 | 1C | 7 | 9F | 53 | 38 |
| Octal | 60 | 354 | 252 | 120 | 0 | 34 | 7 | 237 | 123 | 70 |
| Binary | 110000 | 11101100 | 10101010 | 1010000 | 0 | 11100 | 111 | 10011111 | 1010011 | 111000 |
Color Harmonies of #30ECAA
Complementary color
Monochromatic Colors of #30ECAA
Black with #30ECAA
Text Example
Text Example
White with #30ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ECAA; }
p { color: rgb(48,236,170); }
H1.HeaderClassName
{
color: #30ECAA;
}
.AnyTagClassName
{
color: #30ECAA;
}
</style>
background-color css
<style>
a { background-color: #30ECAA; }
a { background-color: rgb(48,236,170); }
div.DivClassName
{
background-color: #30ECAA;
}
.BgClassName
{
background-color: #30ECAA;
}
</style>
border-color css
<style>
span { border-color: #30ECAA; }
span { border-color: rgb(48,236,170); }
td.TdClassName
{
border-color: #30ECAA;
}
.TagClassName
{
border-color: #30ECAA;
}
</style>