Html Css Color HEX #49DFAA Shamrock

📋 copy color: '#49DFAA'

red 73 ◦ green 223 ◦ blue 170

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

Shades of Shamrock #49DFAA

Tints of Shamrock #49DFAA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.85%

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

R = 15.67%
G = 47.85%
B = 36.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#49DFAA (or 0x49DFAA) is known color: Shamrock. HEX triplet: 49, DF and AA. RGB value is (73,223,170). Sum of RGB (Red+Green+Blue) = 73+223+170=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DFAA is #B62055. Grayscale: #ACACAC. Windows color (decimal): -11935830 or 11198281. OLE color: 11198281.

HSL color Cylindrical-coordinate representation of color #49DFAA: hue angle of 158.8º degrees, saturation: 0.7, 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 #49DFAA is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 170 -
CMYK 0.67 0 0.24 0.13
HSL 158.8º 0.7% 0.58% -
HSV(B) 158.8º 0.67% 0.87% -
XYZ 36.39 57.09 47.13 -
YUV 172.11 126.81 57.31 -
System Red Green Blue C M Y K H S L
Decimal 73 223 170 0.67 0 0.24 0.13 158.8 0.7 0.58
Hex 49 DF AA 43 0 18 D 9F 46 3A
Octal 111 337 252 103 0 30 15 237 106 72
Binary 1001001 11011111 10101010 1000011 0 11000 1101 10011111 1000110 111010

Color Harmonies of #49DFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFAA

Black with #49DFAA

Text Example


Text Example

White with #49DFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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