Shades of Shamrock #49EDA6
Tints of Shamrock #49EDA6
RGB
CMYK
RGB Variations
Color information
#49EDA6 (or 0x49EDA6) is known color: Shamrock. HEX triplet: 49, ED and A6. RGB value is (73,237,166). Sum of RGB (Red+Green+Blue) = 73+237+166=476 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.34% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EDA6 is #B61259. Grayscale: #B3B3B3. Windows color (decimal): -11932250 or 10939721. OLE color: 10939721.
HSL color Cylindrical-coordinate representation of color #49EDA6: hue angle of 154.02º degrees, saturation: 0.82, 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 #49EDA6 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 166 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.07 |
| HSL | 154.02º | 0.82% | 0.61% | - |
| HSV(B) | 154.02º | 0.69% | 0.93% | - |
| XYZ | 39.91 | 64.74 | 46.47 | - |
| YUV | 179.87 | 120.17 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 166 | 0.69 | 0 | 0.30 | 0.07 | 154.02 | 0.82 | 0.61 |
| Hex | 49 | ED | A6 | 45 | 0 | 1E | 7 | 9A | 52 | 3D |
| Octal | 111 | 355 | 246 | 105 | 0 | 36 | 7 | 232 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10100110 | 1000101 | 0 | 11110 | 111 | 10011010 | 1010010 | 111101 |
Color Harmonies of #49EDA6
Complementary color
Monochromatic Colors of #49EDA6
Black with #49EDA6
Text Example
Text Example
White with #49EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDA6; }
p { color: rgb(73,237,166); }
H1.HeaderClassName
{
color: #49EDA6;
}
.AnyTagClassName
{
color: #49EDA6;
}
</style>
background-color css
<style>
a { background-color: #49EDA6; }
a { background-color: rgb(73,237,166); }
div.DivClassName
{
background-color: #49EDA6;
}
.BgClassName
{
background-color: #49EDA6;
}
</style>
border-color css
<style>
span { border-color: #49EDA6; }
span { border-color: rgb(73,237,166); }
td.TdClassName
{
border-color: #49EDA6;
}
.TagClassName
{
border-color: #49EDA6;
}
</style>