#49FAA6

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

Shades of Shamrock #49FAA6

Tints of Shamrock #49FAA6

Color information

#49FAA6 (or 0x49FAA6) is unknown color: approx Shamrock. HEX triplet: 49, FA and A6. RGB value is (73,250,166). Sum of RGB (Red+Green+Blue) = 73+250+166=489 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.93% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FAA6 is #B60559. Grayscale: #BBBBBB. Windows color (decimal): -11928922 or 10943049. OLE color: 10943049.

HSL color Cylindrical-coordinate representation of color #49FAA6: hue angle of 151.53º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FAA6 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB73250166-
CMYK0.7100.340.02
HSL151.53º94.65%63.33%-
HSV(B)151.53º70.8%98.04%-
XYZ43.8272.5447.77-
YUV187.5115.8646.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.93%
GREEN value IS 250 (98.05% from 255) = 51.12%
BLUE value IS 166 (65.23% from 255) = 33.95%
R=14.93%
G=51.12%
B=33.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732501660.7100.340.02151.5394.6563.33
Hex49FAA6470222985f3f
Octal111372246107042223013777
Binary100100111111010101001101000111010001010100110001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49FAA6; }

 p { color: rgb(73,250,166); }

 H1.HeaderClassName
 {
   color: #49FAA6;
 }
 .AnyTagClassName
 {
   color: #49FAA6;
 }
</style>
background-color css

<style>
 a { background-color: #49FAA6; }

 a { background-color: rgb(73,250,166); }

 div.DivClassName
 {
   background-color: #49FAA6;
 }
 .BgClassName
 {
   background-color: #49FAA6;
 }
</style>
border-color css

<style>
 span { border-color: #49FAA6; }

 span { border-color: rgb(73,250,166); }

 td.TdClassName
 {
   border-color: #49FAA6;
 }
 .TagClassName
 {
   border-color: #49FAA6;
 }
</style>