#40AAB0

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

Shades of Viking #40AAB0

Tints of Viking #40AAB0

Color information

#40AAB0 (or 0x40AAB0) is unknown color: approx Viking. HEX triplet: 40, AA and B0. RGB value is (64,170,176). Sum of RGB (Red+Green+Blue) = 64+170+176=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 176 - color contains mainly: blue. Hex color #40AAB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AAB0 is #BF554F. Grayscale: #8A8A8A. Windows color (decimal): -12539216 or 11577920. OLE color: 11577920.

HSL color Cylindrical-coordinate representation of color #40AAB0: hue angle of 183.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40AAB0 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB64170176-
CMYK0.640.0300.31
HSL183.21º46.67%47.06%-
HSV(B)183.21º63.64%69.02%-
XYZ24.3332.9746.16-
YUV138.99148.8874.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.61%
GREEN value IS 170 (66.80% from 255) = 41.46%
BLUE value IS 176 (69.14% from 255) = 42.93%
R=15.61%
G=41.46%
B=42.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641701760.640.0300.31183.2146.6747.06
Hex40AAB040301Fb72f2f
Octal10025226010030372675757
Binary1000000101010101011000010000001101111110110111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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