Html Css Color HEX #49CA8A Emerald

📋 copy color: '#49CA8A'

red 73 ◦ green 202 ◦ blue 138

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

Shades of Emerald #49CA8A

Tints of Emerald #49CA8A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.91%

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 17.68%
G = 48.91%
B = 33.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#49CA8A (or 0x49CA8A) is known color: Emerald. HEX triplet: 49, CA and 8A. RGB value is (73,202,138). Sum of RGB (Red+Green+Blue) = 73+202+138=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CA8A is #B63575. Grayscale: #9C9C9C. Windows color (decimal): -11941238 or 9095753. OLE color: 9095753.

HSL color Cylindrical-coordinate representation of color #49CA8A: hue angle of 150.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA8A is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 138 -
CMYK 0.64 0 0.32 0.21
HSL 150.23º 0.55% 0.54% -
HSV(B) 150.23º 0.64% 0.79% -
XYZ 28.46 45.49 31.33 -
YUV 156.13 117.76 68.7 -
System Red Green Blue C M Y K H S L
Decimal 73 202 138 0.64 0 0.32 0.21 150.23 0.55 0.54
Hex 49 CA 8A 40 0 20 15 96 37 36
Octal 111 312 212 100 0 40 25 226 67 66
Binary 1001001 11001010 10001010 1000000 0 100000 10101 10010110 110111 110110

Color Harmonies of #49CA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA8A

Black with #49CA8A

Text Example


Text Example

White with #49CA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,138); }

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

background-color css

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

 a { background-color: rgb(73,202,138); }

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

border-color css

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

 span { border-color: rgb(73,202,138); }

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