Shades of Shamrock #49EBA4
Tints of Shamrock #49EBA4
RGB
CMYK
RGB Variations
Color information
#49EBA4 (or 0x49EBA4) is known color: Shamrock. HEX triplet: 49, EB and A4. RGB value is (73,235,164). Sum of RGB (Red+Green+Blue) = 73+235+164=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EBA4 is #B6145B. Grayscale: #B2B2B2. Windows color (decimal): -11932764 or 10808137. OLE color: 10808137.
HSL color Cylindrical-coordinate representation of color #49EBA4: hue angle of 153.7º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EBA4 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 235 | 164 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.08 |
| HSL | 153.7º | 0.8% | 0.6% | - |
| HSV(B) | 153.7º | 0.69% | 0.92% | - |
| XYZ | 39.16 | 63.51 | 45.32 | - |
| YUV | 178.47 | 119.83 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 235 | 164 | 0.69 | 0 | 0.30 | 0.08 | 153.7 | 0.8 | 0.6 |
| Hex | 49 | EB | A4 | 45 | 0 | 1E | 8 | 9A | 50 | 3C |
| Octal | 111 | 353 | 244 | 105 | 0 | 36 | 10 | 232 | 120 | 74 |
| Binary | 1001001 | 11101011 | 10100100 | 1000101 | 0 | 11110 | 1000 | 10011010 | 1010000 | 111100 |
Color Harmonies of #49EBA4
Complementary color
Monochromatic Colors of #49EBA4
Black with #49EBA4
Text Example
Text Example
White with #49EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EBA4; }
p { color: rgb(73,235,164); }
H1.HeaderClassName
{
color: #49EBA4;
}
.AnyTagClassName
{
color: #49EBA4;
}
</style>
background-color css
<style>
a { background-color: #49EBA4; }
a { background-color: rgb(73,235,164); }
div.DivClassName
{
background-color: #49EBA4;
}
.BgClassName
{
background-color: #49EBA4;
}
</style>
border-color css
<style>
span { border-color: #49EBA4; }
span { border-color: rgb(73,235,164); }
td.TdClassName
{
border-color: #49EBA4;
}
.TagClassName
{
border-color: #49EBA4;
}
</style>