#44A9AD

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

Shades of Cadet Blue #44A9AD

Tints of Cadet Blue #44A9AD

Color information

#44A9AD (or 0x44A9AD) is unknown color: approx Cadet Blue. HEX triplet: 44, A9 and AD. RGB value is (68,169,173). Sum of RGB (Red+Green+Blue) = 68+169+173=410 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.59% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #44A9AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A9AD is #BB5652. Grayscale: #8B8B8B. Windows color (decimal): -12277331 or 11381060. OLE color: 11381060.

HSL color Cylindrical-coordinate representation of color #44A9AD: hue angle of 182.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44A9AD is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68169173-
CMYK0.610.0200.32
HSL182.29º43.57%47.25%-
HSV(B)182.29º60.69%67.84%-
XYZ24.1132.6244.56-
YUV139.26147.0477.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.59%
GREEN value IS 169 (66.41% from 255) = 41.22%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=16.59%
G=41.22%
B=42.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681691730.610.0200.32182.2943.5747.25
Hex44A9AD3D2020b62c2f
Octal1042512557520402665457
Binary1000100101010011010110111110110010000010110110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,169,173); }

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

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

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

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

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

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

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