#49A29C

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

Shades of Cadet Blue #49A29C

Tints of Cadet Blue #49A29C

Color information

#49A29C (or 0x49A29C) is unknown color: approx Cadet Blue. HEX triplet: 49, A2 and 9C. RGB value is (73,162,156). Sum of RGB (Red+Green+Blue) = 73+162+156=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #49A29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A29C is #B65D63. Grayscale: #868686. Windows color (decimal): -11951460 or 10265161. OLE color: 10265161.

HSL color Cylindrical-coordinate representation of color #49A29C: hue angle of 175.96º 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 #49A29C is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB73162156-
CMYK0.5500.040.36
HSL175.96º37.87%46.08%-
HSV(B)175.96º54.94%63.53%-
XYZ21.6729.6636.03-
YUV134.7140.0183.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=18.67%
G=41.43%
B=39.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731621560.5500.040.36175.9637.8746.08
Hex49A29C370424b0262e
Octal1112422346704442604656
Binary10010011010001010011100110111010010010010110000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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