#49A29D

Color #49A29D Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #49A29D

Tints of Cadet Blue #49A29D

Color information

#49A29D (or 0x49A29D) is unknown color: approx Cadet Blue. HEX triplet: 49, A2 and 9D. RGB value is (73,162,157). Sum of RGB (Red+Green+Blue) = 73+162+157=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #49A29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A29D is #B65D62. Grayscale: #868686. Windows color (decimal): -11951459 or 10330697. OLE color: 10330697.

HSL color Cylindrical-coordinate representation of color #49A29D: hue angle of 176.63º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A29D is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB73162157-
CMYK0.5500.030.36
HSL176.63º37.87%46.08%-
HSV(B)176.63º54.94%63.53%-
XYZ21.7529.6936.48-
YUV134.82140.5183.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.62%
GREEN value IS 162 (63.67% from 255) = 41.33%
BLUE value IS 157 (61.72% from 255) = 40.05%
R=18.62%
G=41.33%
B=40.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731621570.5500.030.36176.6337.8746.08
Hex49A29D370324b1262e
Octal1112422356703442614656
Binary1001001101000101001110111011101110010010110001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,162,157); }

 H1.HeaderClassName
 {
   color: #49A29D;
 }
 .AnyTagClassName
 {
   color: #49A29D;
 }
</style>
background-color css

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

 a { background-color: rgb(73,162,157); }

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

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

 span { border-color: rgb(73,162,157); }

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