#49A29E

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

Shades of Cadet Blue #49A29E

Tints of Cadet Blue #49A29E

Color information

#49A29E (or 0x49A29E) is unknown color: approx Cadet Blue. HEX triplet: 49, A2 and 9E. RGB value is (73,162,158). Sum of RGB (Red+Green+Blue) = 73+162+158=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #49A29E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A29E is #B65D61. Grayscale: #868686. Windows color (decimal): -11951458 or 10396233. OLE color: 10396233.

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

Color convert

RGB73162158-
CMYK0.5500.020.36
HSL177.3º37.87%46.08%-
HSV(B)177.3º54.94%63.53%-
XYZ21.8429.7336.93-
YUV134.93141.0183.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.58%
GREEN value IS 162 (63.67% from 255) = 41.22%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=18.58%
G=41.22%
B=40.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731621580.5500.020.36177.337.8746.08
Hex49A29E370224b1262e
Octal1112422366702442614656
Binary1001001101000101001111011011101010010010110001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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