#44ACAC

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

Shades of Cadet Blue #44ACAC

Tints of Cadet Blue #44ACAC

Color information

#44ACAC (or 0x44ACAC) is unknown color: approx Cadet Blue. HEX triplet: 44, AC and AC. RGB value is (68,172,172). Sum of RGB (Red+Green+Blue) = 68+172+172=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #44ACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44ACAC is #BB5353. Grayscale: #8C8C8C. Windows color (decimal): -12276564 or 11316292. OLE color: 11316292.

HSL color Cylindrical-coordinate representation of color #44ACAC: hue angle of 180º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44ACAC is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68172172-
CMYK0.60000.33
HSL180º43.33%47.06%-
HSV(B)180º60.47%67.45%-
XYZ24.5833.7144.24-
YUV140.9145.5476-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.50%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=16.50%
G=41.75%
B=41.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681721720.60000.3318043.3347.06
Hex44ACAC3C0021b42b2f
Octal1042542547400412645357
Binary100010010101100101011001111000010000110110100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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