#44A8AD

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

Shades of Cadet Blue #44A8AD

Tints of Cadet Blue #44A8AD

Color information

#44A8AD (or 0x44A8AD) is unknown color: approx Cadet Blue. HEX triplet: 44, A8 and AD. RGB value is (68,168,173). Sum of RGB (Red+Green+Blue) = 68+168+173=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #44A8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A8AD is #BB5752. Grayscale: #8A8A8A. Windows color (decimal): -12277587 or 11380804. OLE color: 11380804.

HSL color Cylindrical-coordinate representation of color #44A8AD: hue angle of 182.86º 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 #44A8AD is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68168173-
CMYK0.610.0300.32
HSL182.86º43.57%47.25%-
HSV(B)182.86º60.69%67.84%-
XYZ23.9332.2544.5-
YUV138.67147.3777.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.63%
GREEN value IS 168 (66.02% from 255) = 41.08%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=16.63%
G=41.08%
B=42.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681681730.610.0300.32182.8643.5747.25
Hex44A8AD3D3020b72c2f
Octal1042502557530402675457
Binary1000100101010001010110111110111010000010110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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