Shades of Shamrock #49EEA6
Tints of Shamrock #49EEA6
RGB
CMYK
RGB Variations
Color information
#49EEA6 (or 0x49EEA6) is known color: Shamrock. HEX triplet: 49, EE and A6. RGB value is (73,238,166). Sum of RGB (Red+Green+Blue) = 73+238+166=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EEA6 is #B61159. Grayscale: #B4B4B4. Windows color (decimal): -11931994 or 10939977. OLE color: 10939977.
HSL color Cylindrical-coordinate representation of color #49EEA6: hue angle of 153.82º 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 #49EEA6 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 166 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.07 |
| HSL | 153.82º | 0.83% | 0.61% | - |
| HSV(B) | 153.82º | 0.69% | 0.93% | - |
| XYZ | 40.21 | 65.32 | 46.57 | - |
| YUV | 180.46 | 119.84 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 166 | 0.69 | 0 | 0.30 | 0.07 | 153.82 | 0.83 | 0.61 |
| Hex | 49 | EE | A6 | 45 | 0 | 1E | 7 | 9A | 53 | 3D |
| Octal | 111 | 356 | 246 | 105 | 0 | 36 | 7 | 232 | 123 | 75 |
| Binary | 1001001 | 11101110 | 10100110 | 1000101 | 0 | 11110 | 111 | 10011010 | 1010011 | 111101 |
Color Harmonies of #49EEA6
Complementary color
Monochromatic Colors of #49EEA6
Black with #49EEA6
Text Example
Text Example
White with #49EEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EEA6; }
p { color: rgb(73,238,166); }
H1.HeaderClassName
{
color: #49EEA6;
}
.AnyTagClassName
{
color: #49EEA6;
}
</style>
background-color css
<style>
a { background-color: #49EEA6; }
a { background-color: rgb(73,238,166); }
div.DivClassName
{
background-color: #49EEA6;
}
.BgClassName
{
background-color: #49EEA6;
}
</style>
border-color css
<style>
span { border-color: #49EEA6; }
span { border-color: rgb(73,238,166); }
td.TdClassName
{
border-color: #49EEA6;
}
.TagClassName
{
border-color: #49EEA6;
}
</style>