#40ACC5

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

Shades of Viking #40ACC5

Tints of Viking #40ACC5

Color information

#40ACC5 (or 0x40ACC5) is unknown color: approx Viking. HEX triplet: 40, AC and C5. RGB value is (64,172,197). Sum of RGB (Red+Green+Blue) = 64+172+197=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #40ACC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ACC5 is #BF533A. Grayscale: #8E8E8E. Windows color (decimal): -12538683 or 12954688. OLE color: 12954688.

HSL color Cylindrical-coordinate representation of color #40ACC5: hue angle of 191.28º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40ACC5 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB64172197-
CMYK0.680.1300.23
HSL191.28º53.41%51.18%-
HSV(B)191.28º67.51%77.25%-
XYZ26.9434.6358.09-
YUV142.56158.7271.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.78%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 197 (77.34% from 255) = 45.50%
R=14.78%
G=39.72%
B=45.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641721970.680.1300.23191.2853.4151.18
Hex40ACC544D017bf3533
Octal100254305104150272776563
Binary100000010101100110001011000100110101011110111111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,172,197); }

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

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

 a { background-color: rgb(64,172,197); }

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

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

 span { border-color: rgb(64,172,197); }

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