#40B4B5

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

Shades of Viking #40B4B5

Tints of Viking #40B4B5

Color information

#40B4B5 (or 0x40B4B5) is unknown color: approx Viking. HEX triplet: 40, B4 and B5. RGB value is (64,180,181). Sum of RGB (Red+Green+Blue) = 64+180+181=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 181 - color contains mainly: blue. Hex color #40B4B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B4B5 is #BF4B4A. Grayscale: #919191. Windows color (decimal): -12536651 or 11908160. OLE color: 11908160.

HSL color Cylindrical-coordinate representation of color #40B4B5: hue angle of 180.51º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B4B5 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB64180181-
CMYK0.650.0100.29
HSL180.51º47.76%48.04%-
HSV(B)180.51º64.64%70.98%-
XYZ26.7837.0749.46-
YUV145.43148.0769.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.06%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 181 (71.09% from 255) = 42.59%
R=15.06%
G=42.35%
B=42.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641801810.650.0100.29180.5147.7648.04
Hex40B4B541101Db53030
Octal10026426510110352656060
Binary100000010110100101101011000001101110110110101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,180,181); }

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

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

 a { background-color: rgb(64,180,181); }

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

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

 span { border-color: rgb(64,180,181); }

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