#49AAAA

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

Shades of Cadet Blue #49AAAA

Tints of Cadet Blue #49AAAA

Color information

#49AAAA (or 0x49AAAA) is unknown color: approx Cadet Blue. HEX triplet: 49, AA and AA. RGB value is (73,170,170). Sum of RGB (Red+Green+Blue) = 73+170+170=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #49AAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AAAA is #B65555. Grayscale: #8C8C8C. Windows color (decimal): -11949398 or 11184713. OLE color: 11184713.

HSL color Cylindrical-coordinate representation of color #49AAAA: hue angle of 180º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AAAA is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73170170-
CMYK0.57000.33
HSL180º39.92%47.65%-
HSV(B)180º57.06%66.67%-
XYZ24.3833.0743.13-
YUV141144.3679.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.68%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=17.68%
G=41.16%
B=41.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731701700.57000.3318039.9247.65
Hex49AAAA390021b42830
Octal1112522527100412645060
Binary100100110101010101010101110010010000110110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,170,170); }

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

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

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

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

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

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

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