#49eea6

Color #49EEA6 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #49EEA6

Tints of Shamrock #49EEA6

Color information

#49EEA6 (or 0x49EEA6) is unknown color: approx 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

RGB73238166-
CMYK0.6900.300.07
HSL153.82º82.91%60.98%-
HSV(B)153.82º69.33%93.33%-
XYZ40.2165.3246.57-
YUV180.46119.8451.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 15.30%
GREEN value IS 238 (93.36% from 255) = 49.90%
BLUE value IS 166 (65.23% from 255) = 34.80%
R=15.30%
G=49.90%
B=34.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732381660.6900.300.07153.8282.9160.98
Hex49EEA64501E79a533d
Octal111356246105036723212375
Binary100100111101110101001101000101011110111100110101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49eea6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>