Html Css Color HEX #49DCAA Shamrock

📋 copy color: '#49DCAA'

red 73 ◦ green 220 ◦ blue 170

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

Shades of Shamrock #49DCAA

Tints of Shamrock #49DCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.52%

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 15.77%
G = 47.52%
B = 36.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#49DCAA (or 0x49DCAA) is known color: Shamrock. HEX triplet: 49, DC and AA. RGB value is (73,220,170). Sum of RGB (Red+Green+Blue) = 73+220+170=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DCAA is #B62355. Grayscale: #AAAAAA. Windows color (decimal): -11936598 or 11197513. OLE color: 11197513.

HSL color Cylindrical-coordinate representation of color #49DCAA: hue angle of 159.59º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DCAA is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 170 -
CMYK 0.67 0 0.23 0.14
HSL 159.59º 0.68% 0.57% -
HSV(B) 159.59º 0.67% 0.86% -
XYZ 35.6 55.51 46.87 -
YUV 170.35 127.8 58.57 -
System Red Green Blue C M Y K H S L
Decimal 73 220 170 0.67 0 0.23 0.14 159.59 0.68 0.57
Hex 49 DC AA 43 0 17 E A0 44 39
Octal 111 334 252 103 0 27 16 240 104 71
Binary 1001001 11011100 10101010 1000011 0 10111 1110 10100000 1000100 111001

Color Harmonies of #49DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCAA

Black with #49DCAA

Text Example


Text Example

White with #49DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,170); }

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

background-color css

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

 a { background-color: rgb(73,220,170); }

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

border-color css

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

 span { border-color: rgb(73,220,170); }

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