#44A1A5

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

Shades of Cadet Blue #44A1A5

Tints of Cadet Blue #44A1A5

Color information

#44A1A5 (or 0x44A1A5) is unknown color: approx Cadet Blue. HEX triplet: 44, A1 and A5. RGB value is (68,161,165). Sum of RGB (Red+Green+Blue) = 68+161+165=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #44A1A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A1A5 is #BB5E5A. Grayscale: #858585. Windows color (decimal): -12279387 or 10854724. OLE color: 10854724.

HSL color Cylindrical-coordinate representation of color #44A1A5: hue angle of 182.47º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A1A5 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB68161165-
CMYK0.590.0200.35
HSL182.47º41.63%45.69%-
HSV(B)182.47º58.79%64.71%-
XYZ21.9229.4440.12-
YUV133.65145.6981.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.26%
GREEN value IS 161 (63.28% from 255) = 40.86%
BLUE value IS 165 (64.84% from 255) = 41.88%
R=17.26%
G=40.86%
B=41.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681611650.590.0200.35182.4741.6345.69
Hex44A1A53B2023b62a2e
Octal1042412457320432665256
Binary1000100101000011010010111101110010001110110110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,161,165); }

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

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

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

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

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

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

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