#49ACAB

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

Shades of Cadet Blue #49ACAB

Tints of Cadet Blue #49ACAB

Color information

#49ACAB (or 0x49ACAB) is unknown color: approx Cadet Blue. HEX triplet: 49, AC and AB. RGB value is (73,172,171). Sum of RGB (Red+Green+Blue) = 73+172+171=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #49ACAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ACAB is #B65354. Grayscale: #8E8E8E. Windows color (decimal): -11948885 or 11250761. OLE color: 11250761.

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

Color convert

RGB73172171-
CMYK0.5800.010.33
HSL179.39º40.41%48.04%-
HSV(B)179.39º57.56%67.45%-
XYZ24.8533.8643.75-
YUV142.28144.278.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.55%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=17.55%
G=41.35%
B=41.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731721710.5800.010.33179.3940.4148.04
Hex49ACAB3A0121b32830
Octal1112542537201412635060
Binary100100110101100101010111110100110000110110011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,172,171); }

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

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

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

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

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

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

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