Html Css Color HEX #49DAA5 Shamrock

📋 copy color: '#49DAA5'

red 73 ◦ green 218 ◦ blue 165

#49DAA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #49DAA5

Tints of Shamrock #49DAA5

RGB

 RED value IS 73 (28.91% from 255) = 16.01%

 GREEN value IS 218 (85.55% from 255) = 47.81%

 BLUE value IS 165 (64.84% from 255) = 36.18%

R = 16.01%
G = 47.81%
B = 36.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#49DAA5 (or 0x49DAA5) is known color: Shamrock. HEX triplet: 49, DA and A5. RGB value is (73,218,165). Sum of RGB (Red+Green+Blue) = 73+218+165=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #49DAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DAA5 is #B6255A. Grayscale: #A8A8A8. Windows color (decimal): -11937115 or 10869321. OLE color: 10869321.

HSL color Cylindrical-coordinate representation of color #49DAA5: hue angle of 158.07º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DAA5 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 218 165 -
CMYK 0.67 0 0.24 0.15
HSL 158.07º 0.66% 0.57% -
HSV(B) 158.07º 0.67% 0.85% -
XYZ 34.61 54.28 44.25 -
YUV 168.6 125.96 59.81 -
System Red Green Blue C M Y K H S L
Decimal 73 218 165 0.67 0 0.24 0.15 158.07 0.66 0.57
Hex 49 DA A5 43 0 18 F 9E 42 39
Octal 111 332 245 103 0 30 17 236 102 71
Binary 1001001 11011010 10100101 1000011 0 11000 1111 10011110 1000010 111001

Color Harmonies of #49DAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DAA5

Black with #49DAA5

Text Example


Text Example

White with #49DAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,218,165); }

 H1.HeaderClassName
 {
   color: #49DAA5;
 }
 .AnyTagClassName
 {
   color: #49DAA5;
 }
</style>

background-color css

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

 a { background-color: rgb(73,218,165); }

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

border-color css

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

 span { border-color: rgb(73,218,165); }

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