Html Css Color HEX #49DBA5 Shamrock

📋 copy color: '#49DBA5'

red 73 ◦ green 219 ◦ blue 165

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

Shades of Shamrock #49DBA5

Tints of Shamrock #49DBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.92%

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

R = 15.97%
G = 47.92%
B = 36.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#49DBA5 (or 0x49DBA5) is known color: Shamrock. HEX triplet: 49, DB and A5. RGB value is (73,219,165). Sum of RGB (Red+Green+Blue) = 73+219+165=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DBA5 is #B6245A. Grayscale: #A9A9A9. Windows color (decimal): -11936859 or 10869577. OLE color: 10869577.

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

Color convert

RGB 73 219 165 -
CMYK 0.67 0 0.25 0.14
HSL 157.81º 0.67% 0.57% -
HSV(B) 157.81º 0.67% 0.86% -
XYZ 34.87 54.8 44.34 -
YUV 169.19 125.63 59.39 -
System Red Green Blue C M Y K H S L
Decimal 73 219 165 0.67 0 0.25 0.14 157.81 0.67 0.57
Hex 49 DB A5 43 0 19 E 9E 43 39
Octal 111 333 245 103 0 31 16 236 103 71
Binary 1001001 11011011 10100101 1000011 0 11001 1110 10011110 1000011 111001

Color Harmonies of #49DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBA5

Black with #49DBA5

Text Example


Text Example

White with #49DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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