#40B2BF

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

Shades of Viking #40B2BF

Tints of Viking #40B2BF

Color information

#40B2BF (or 0x40B2BF) is unknown color: approx Viking. HEX triplet: 40, B2 and BF. RGB value is (64,178,191). Sum of RGB (Red+Green+Blue) = 64+178+191=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #40B2BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40B2BF is #BF4D40. Grayscale: #919191. Windows color (decimal): -12537153 or 12563008. OLE color: 12563008.

HSL color Cylindrical-coordinate representation of color #40B2BF: hue angle of 186.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40B2BF is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64178191-
CMYK0.660.0700.25
HSL186.14º49.8%50%-
HSV(B)186.14º66.49%74.9%-
XYZ27.4436.6954.93-
YUV145.4153.7369.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.78%
GREEN value IS 178 (69.92% from 255) = 41.11%
BLUE value IS 191 (75% from 255) = 44.11%
R=14.78%
G=41.11%
B=44.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641781910.660.0700.25186.1449.850
Hex40B2BF427019ba3232
Octal10026227710270312726262
Binary10000001011001010111111100001011101100110111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,178,191); }

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

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

 a { background-color: rgb(64,178,191); }

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

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

 span { border-color: rgb(64,178,191); }

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