#40AAB9

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

Shades of Viking #40AAB9

Tints of Viking #40AAB9

Color information

#40AAB9 (or 0x40AAB9) is unknown color: approx Viking. HEX triplet: 40, AA and B9. RGB value is (64,170,185). Sum of RGB (Red+Green+Blue) = 64+170+185=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 185 - color contains mainly: blue. Hex color #40AAB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AAB9 is #BF5546. Grayscale: #8B8B8B. Windows color (decimal): -12539207 or 12167744. OLE color: 12167744.

HSL color Cylindrical-coordinate representation of color #40AAB9: hue angle of 187.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40AAB9 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB64170185-
CMYK0.650.0800.27
HSL187.44º48.59%48.82%-
HSV(B)187.44º65.41%72.55%-
XYZ25.2533.3451-
YUV140.02153.3873.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.27%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 185 (72.66% from 255) = 44.15%
R=15.27%
G=40.57%
B=44.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641701850.650.0800.27187.4448.5948.82
Hex40AAB941801Bbb3131
Octal100252271101100332736161
Binary100000010101010101110011000001100001101110111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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