#40AAAD

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

Shades of Viking #40AAAD

Tints of Viking #40AAAD

Color information

#40AAAD (or 0x40AAAD) is unknown color: approx Viking. HEX triplet: 40, AA and AD. RGB value is (64,170,173). Sum of RGB (Red+Green+Blue) = 64+170+173=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #40AAAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AAAD is #BF5552. Grayscale: #8A8A8A. Windows color (decimal): -12539219 or 11381312. OLE color: 11381312.

HSL color Cylindrical-coordinate representation of color #40AAAD: hue angle of 181.65º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AAAD is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB64170173-
CMYK0.630.0200.32
HSL181.65º45.99%46.47%-
HSV(B)181.65º63.01%67.84%-
XYZ24.0332.8644.61-
YUV138.65147.3874.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.72%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=15.72%
G=41.77%
B=42.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641701730.630.0200.32181.6545.9946.47
Hex40AAAD3F2020b62e2e
Octal1002522557720402665656
Binary1000000101010101010110111111110010000010110110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40AAAD; }

 p { color: rgb(64,170,173); }

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

<style>
 a { background-color: #40AAAD; }

 a { background-color: rgb(64,170,173); }

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

<style>
 span { border-color: #40AAAD; }

 span { border-color: rgb(64,170,173); }

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