Shades of Shamrock #49EBA2
Tints of Shamrock #49EBA2
RGB
CMYK
RGB Variations
Color information
#49EBA2 (or 0x49EBA2) is known color: Shamrock. HEX triplet: 49, EB and A2. RGB value is (73,235,162). Sum of RGB (Red+Green+Blue) = 73+235+162=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EBA2 is #B6145D. Grayscale: #B2B2B2. Windows color (decimal): -11932766 or 10677065. OLE color: 10677065.
HSL color Cylindrical-coordinate representation of color #49EBA2: hue angle of 152.96º 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 #49EBA2 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 235 | 162 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.08 |
| HSL | 152.96º | 0.8% | 0.6% | - |
| HSV(B) | 152.96º | 0.69% | 0.92% | - |
| XYZ | 38.98 | 63.44 | 44.37 | - |
| YUV | 178.24 | 118.83 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 235 | 162 | 0.69 | 0 | 0.31 | 0.08 | 152.96 | 0.8 | 0.6 |
| Hex | 49 | EB | A2 | 45 | 0 | 1F | 8 | 99 | 50 | 3C |
| Octal | 111 | 353 | 242 | 105 | 0 | 37 | 10 | 231 | 120 | 74 |
| Binary | 1001001 | 11101011 | 10100010 | 1000101 | 0 | 11111 | 1000 | 10011001 | 1010000 | 111100 |
Color Harmonies of #49EBA2
Complementary color
Monochromatic Colors of #49EBA2
Black with #49EBA2
Text Example
Text Example
White with #49EBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EBA2; }
p { color: rgb(73,235,162); }
H1.HeaderClassName
{
color: #49EBA2;
}
.AnyTagClassName
{
color: #49EBA2;
}
</style>
background-color css
<style>
a { background-color: #49EBA2; }
a { background-color: rgb(73,235,162); }
div.DivClassName
{
background-color: #49EBA2;
}
.BgClassName
{
background-color: #49EBA2;
}
</style>
border-color css
<style>
span { border-color: #49EBA2; }
span { border-color: rgb(73,235,162); }
td.TdClassName
{
border-color: #49EBA2;
}
.TagClassName
{
border-color: #49EBA2;
}
</style>