#40AEB8

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

Shades of Viking #40AEB8

Tints of Viking #40AEB8

Color information

#40AEB8 (or 0x40AEB8) is unknown color: approx Viking. HEX triplet: 40, AE and B8. RGB value is (64,174,184). Sum of RGB (Red+Green+Blue) = 64+174+184=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 184 - color contains mainly: blue. Hex color #40AEB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AEB8 is #BF5147. Grayscale: #8E8E8E. Windows color (decimal): -12538184 or 12103232. OLE color: 12103232.

HSL color Cylindrical-coordinate representation of color #40AEB8: hue angle of 185º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40AEB8 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB64174184-
CMYK0.650.0500.28
HSL185º48.39%48.63%-
HSV(B)185º65.22%72.16%-
XYZ25.934.8250.7-
YUV142.25151.5672.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.17%
GREEN value IS 174 (68.36% from 255) = 41.23%
BLUE value IS 184 (72.27% from 255) = 43.60%
R=15.17%
G=41.23%
B=43.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal641741840.650.0500.2818548.3948.63
Hex40AEB841501Cb93031
Octal10025627010150342716061
Binary10000001010111010111000100000110101110010111001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,174,184); }

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

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

 a { background-color: rgb(64,174,184); }

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

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

 span { border-color: rgb(64,174,184); }

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