#40AAB4

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

Shades of Viking #40AAB4

Tints of Viking #40AAB4

Color information

#40AAB4 (or 0x40AAB4) is unknown color: approx Viking. HEX triplet: 40, AA and B4. RGB value is (64,170,180). Sum of RGB (Red+Green+Blue) = 64+170+180=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #40AAB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AAB4 is #BF554B. Grayscale: #8B8B8B. Windows color (decimal): -12539212 or 11840064. OLE color: 11840064.

HSL color Cylindrical-coordinate representation of color #40AAB4: hue angle of 185.17º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40AAB4 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB64170180-
CMYK0.640.0600.29
HSL185.17º47.54%47.84%-
HSV(B)185.17º64.44%70.59%-
XYZ24.7333.1348.27-
YUV139.45150.8874.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.46%
GREEN value IS 170 (66.80% from 255) = 41.06%
BLUE value IS 180 (70.70% from 255) = 43.48%
R=15.46%
G=41.06%
B=43.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641701800.640.0600.29185.1747.5447.84
Hex40AAB440601Db93030
Octal10025226410060352716060
Binary10000001010101010110100100000011001110110111001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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