Html Css Color HEX #49DDAB Shamrock

📋 copy color: '#49DDAB'

red 73 ◦ green 221 ◦ blue 171

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

Shades of Shamrock #49DDAB

Tints of Shamrock #49DDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.53%

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 15.7%
G = 47.53%
B = 36.77%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#49DDAB (or 0x49DDAB) is known color: Shamrock. HEX triplet: 49, DD and AB. RGB value is (73,221,171). Sum of RGB (Red+Green+Blue) = 73+221+171=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DDAB is #B62254. Grayscale: #ABABAB. Windows color (decimal): -11936341 or 11263305. OLE color: 11263305.

HSL color Cylindrical-coordinate representation of color #49DDAB: hue angle of 159.73º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DDAB is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 221 171 -
CMYK 0.67 0 0.23 0.13
HSL 159.73º 0.69% 0.58% -
HSV(B) 159.73º 0.67% 0.87% -
XYZ 35.95 56.07 47.46 -
YUV 171.05 127.97 58.07 -
System Red Green Blue C M Y K H S L
Decimal 73 221 171 0.67 0 0.23 0.13 159.73 0.69 0.58
Hex 49 DD AB 43 0 17 D A0 45 3A
Octal 111 335 253 103 0 27 15 240 105 72
Binary 1001001 11011101 10101011 1000011 0 10111 1101 10100000 1000101 111010

Color Harmonies of #49DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDAB

Black with #49DDAB

Text Example


Text Example

White with #49DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,221,171); }

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

background-color css

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

 a { background-color: rgb(73,221,171); }

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

border-color css

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

 span { border-color: rgb(73,221,171); }

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