#44ABAE

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

Shades of Viking #44ABAE

Tints of Viking #44ABAE

Color information

#44ABAE (or 0x44ABAE) is unknown color: approx Viking. HEX triplet: 44, AB and AE. RGB value is (68,171,174). Sum of RGB (Red+Green+Blue) = 68+171+174=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #44ABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44ABAE is #BB5451. Grayscale: #8C8C8C. Windows color (decimal): -12276818 or 11447108. OLE color: 11447108.

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

Color convert

RGB68171174-
CMYK0.610.0200.32
HSL181.7º43.8%47.45%-
HSV(B)181.7º60.92%68.24%-
XYZ24.5933.4145.2-
YUV140.55146.8876.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.46%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=16.46%
G=41.40%
B=42.13%

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
Decimal681711740.610.0200.32181.743.847.45
Hex44ABAE3D2020b62c2f
Octal1042532567520402665457
Binary1000100101010111010111011110110010000010110110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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