#49FAA4

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

Shades of Shamrock #49FAA4

Tints of Shamrock #49FAA4

Color information

#49FAA4 (or 0x49FAA4) is unknown color: approx Shamrock. HEX triplet: 49, FA and A4. RGB value is (73,250,164). Sum of RGB (Red+Green+Blue) = 73+250+164=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FAA4 is #B6055B. Grayscale: #BBBBBB. Windows color (decimal): -11928924 or 10811977. OLE color: 10811977.

HSL color Cylindrical-coordinate representation of color #49FAA4: hue angle of 150.85º 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 #49FAA4 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB73250164-
CMYK0.7100.340.02
HSL150.85º94.65%63.33%-
HSV(B)150.85º70.8%98.04%-
XYZ43.6372.4746.81-
YUV187.27114.8646.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.99%
GREEN value IS 250 (98.05% from 255) = 51.33%
BLUE value IS 164 (64.45% from 255) = 33.68%
R=14.99%
G=51.33%
B=33.68%

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
Decimal732501640.7100.340.02150.8594.6563.33
Hex49FAA4470222975f3f
Octal111372244107042222713777
Binary100100111111010101001001000111010001010100101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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