Html Css Color HEX #49CDA5 Shamrock

📋 copy color: '#49CDA5'

red 73 ◦ green 205 ◦ blue 165

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

Shades of Shamrock #49CDA5

Tints of Shamrock #49CDA5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.28%

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

R = 16.48%
G = 46.28%
B = 37.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#49CDA5 (or 0x49CDA5) is known color: Shamrock. HEX triplet: 49, CD and A5. RGB value is (73,205,165). Sum of RGB (Red+Green+Blue) = 73+205+165=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CDA5 is #B6325A. Grayscale: #A1A1A1. Windows color (decimal): -11940443 or 10865993. OLE color: 10865993.

HSL color Cylindrical-coordinate representation of color #49CDA5: hue angle of 161.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CDA5 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 165 -
CMYK 0.64 0 0.20 0.20
HSL 161.82º 0.57% 0.55% -
HSV(B) 161.82º 0.64% 0.8% -
XYZ 31.37 47.8 43.17 -
YUV 160.97 130.27 65.25 -
System Red Green Blue C M Y K H S L
Decimal 73 205 165 0.64 0 0.20 0.20 161.82 0.57 0.55
Hex 49 CD A5 40 0 14 14 A2 39 37
Octal 111 315 245 100 0 24 24 242 71 67
Binary 1001001 11001101 10100101 1000000 0 10100 10100 10100010 111001 110111

Color Harmonies of #49CDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CDA5

Black with #49CDA5

Text Example


Text Example

White with #49CDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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