Shades of Shamrock #49EEA0
Tints of Shamrock #49EEA0
RGB
CMYK
RGB Variations
Color information
#49EEA0 (or 0x49EEA0) is known color: Shamrock. HEX triplet: 49, EE and A0. RGB value is (73,238,160). Sum of RGB (Red+Green+Blue) = 73+238+160=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EEA0 is #B6115F. Grayscale: #B3B3B3. Windows color (decimal): -11932000 or 10546761. OLE color: 10546761.
HSL color Cylindrical-coordinate representation of color #49EEA0: hue angle of 151.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EEA0 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 160 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.07 |
| HSL | 151.64º | 0.83% | 0.61% | - |
| HSV(B) | 151.64º | 0.69% | 0.93% | - |
| XYZ | 39.67 | 65.1 | 43.73 | - |
| YUV | 179.77 | 116.84 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 160 | 0.69 | 0 | 0.33 | 0.07 | 151.64 | 0.83 | 0.61 |
| Hex | 49 | EE | A0 | 45 | 0 | 21 | 7 | 98 | 53 | 3D |
| Octal | 111 | 356 | 240 | 105 | 0 | 41 | 7 | 230 | 123 | 75 |
| Binary | 1001001 | 11101110 | 10100000 | 1000101 | 0 | 100001 | 111 | 10011000 | 1010011 | 111101 |
Color Harmonies of #49EEA0
Complementary color
Monochromatic Colors of #49EEA0
Black with #49EEA0
Text Example
Text Example
White with #49EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EEA0; }
p { color: rgb(73,238,160); }
H1.HeaderClassName
{
color: #49EEA0;
}
.AnyTagClassName
{
color: #49EEA0;
}
</style>
background-color css
<style>
a { background-color: #49EEA0; }
a { background-color: rgb(73,238,160); }
div.DivClassName
{
background-color: #49EEA0;
}
.BgClassName
{
background-color: #49EEA0;
}
</style>
border-color css
<style>
span { border-color: #49EEA0; }
span { border-color: rgb(73,238,160); }
td.TdClassName
{
border-color: #49EEA0;
}
.TagClassName
{
border-color: #49EEA0;
}
</style>