#40AAC7

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

Shades of Viking #40AAC7

Tints of Viking #40AAC7

Color information

#40AAC7 (or 0x40AAC7) is unknown color: approx Viking. HEX triplet: 40, AA and C7. RGB value is (64,170,199). Sum of RGB (Red+Green+Blue) = 64+170+199=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #40AAC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AAC7 is #BF5538. Grayscale: #8D8D8D. Windows color (decimal): -12539193 or 13085248. OLE color: 13085248.

HSL color Cylindrical-coordinate representation of color #40AAC7: hue angle of 192.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40AAC7 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB64170199-
CMYK0.680.1500.22
HSL192.89º54.66%51.57%-
HSV(B)192.89º67.84%78.04%-
XYZ26.833.9659.18-
YUV141.61160.3872.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.78%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 199 (78.12% from 255) = 45.96%
R=14.78%
G=39.26%
B=45.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal641701990.680.1500.22192.8954.6651.57
Hex40AAC744F016c13734
Octal100252307104170263016764
Binary100000010101010110001111000100111101011011000001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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