#44AEB2

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

Shades of Viking #44AEB2

Tints of Viking #44AEB2

Color information

#44AEB2 (or 0x44AEB2) is unknown color: approx Viking. HEX triplet: 44, AE and B2. RGB value is (68,174,178). Sum of RGB (Red+Green+Blue) = 68+174+178=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 178 - color contains mainly: blue. Hex color #44AEB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AEB2 is #BB514D. Grayscale: #8E8E8E. Windows color (decimal): -12276046 or 11710020. OLE color: 11710020.

HSL color Cylindrical-coordinate representation of color #44AEB2: hue angle of 182.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44AEB2 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB68174178-
CMYK0.620.0200.30
HSL182.18º44.72%48.24%-
HSV(B)182.18º61.8%69.8%-
XYZ25.5634.7247.47-
YUV142.76147.8874.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.19%
GREEN value IS 174 (68.36% from 255) = 41.43%
BLUE value IS 178 (69.92% from 255) = 42.38%
R=16.19%
G=41.43%
B=42.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal681741780.620.0200.30182.1844.7248.24
Hex44AEB23E201Eb62d30
Octal1042562627620362665560
Binary100010010101110101100101111101001111010110110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,174,178); }

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

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

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

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

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

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

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