Shades of Shamrock #49EBA3
Tints of Shamrock #49EBA3
RGB
CMYK
RGB Variations
Color information
#49EBA3 (or 0x49EBA3) is known color: Shamrock. HEX triplet: 49, EB and A3. RGB value is (73,235,163). Sum of RGB (Red+Green+Blue) = 73+235+163=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EBA3 is #B6145C. Grayscale: #B2B2B2. Windows color (decimal): -11932765 or 10742601. OLE color: 10742601.
HSL color Cylindrical-coordinate representation of color #49EBA3: hue angle of 153.33º 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 #49EBA3 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 235 | 163 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.08 |
| HSL | 153.33º | 0.8% | 0.6% | - |
| HSV(B) | 153.33º | 0.69% | 0.92% | - |
| XYZ | 39.07 | 63.48 | 44.84 | - |
| YUV | 178.35 | 119.33 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 235 | 163 | 0.69 | 0 | 0.31 | 0.08 | 153.33 | 0.8 | 0.6 |
| Hex | 49 | EB | A3 | 45 | 0 | 1F | 8 | 99 | 50 | 3C |
| Octal | 111 | 353 | 243 | 105 | 0 | 37 | 10 | 231 | 120 | 74 |
| Binary | 1001001 | 11101011 | 10100011 | 1000101 | 0 | 11111 | 1000 | 10011001 | 1010000 | 111100 |
Color Harmonies of #49EBA3
Complementary color
Monochromatic Colors of #49EBA3
Black with #49EBA3
Text Example
Text Example
White with #49EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EBA3; }
p { color: rgb(73,235,163); }
H1.HeaderClassName
{
color: #49EBA3;
}
.AnyTagClassName
{
color: #49EBA3;
}
</style>
background-color css
<style>
a { background-color: #49EBA3; }
a { background-color: rgb(73,235,163); }
div.DivClassName
{
background-color: #49EBA3;
}
.BgClassName
{
background-color: #49EBA3;
}
</style>
border-color css
<style>
span { border-color: #49EBA3; }
span { border-color: rgb(73,235,163); }
td.TdClassName
{
border-color: #49EBA3;
}
.TagClassName
{
border-color: #49EBA3;
}
</style>