#49ACAC

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

Shades of Cadet Blue #49ACAC

Tints of Cadet Blue #49ACAC

Color information

#49ACAC (or 0x49ACAC) is unknown color: approx Cadet Blue. HEX triplet: 49, AC and AC. RGB value is (73,172,172). Sum of RGB (Red+Green+Blue) = 73+172+172=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #49ACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ACAC is #B65353. Grayscale: #8E8E8E. Windows color (decimal): -11948884 or 11316297. OLE color: 11316297.

HSL color Cylindrical-coordinate representation of color #49ACAC: 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.58%. Process color model (Four color, CMYK) of #49ACAC is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73172172-
CMYK0.58000.33
HSL180º40.41%48.04%-
HSV(B)180º57.56%67.45%-
XYZ24.9533.944.26-
YUV142.4144.778.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.51%
GREEN value IS 172 (67.58% from 255) = 41.25%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=17.51%
G=41.25%
B=41.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731721720.58000.3318040.4148.04
Hex49ACAC3A0021b42830
Octal1112542547200412645060
Binary100100110101100101011001110100010000110110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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