#40B5B5

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

Shades of Viking #40B5B5

Tints of Viking #40B5B5

Color information

#40B5B5 (or 0x40B5B5) is unknown color: approx Viking. HEX triplet: 40, B5 and B5. RGB value is (64,181,181). Sum of RGB (Red+Green+Blue) = 64+181+181=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 181 - color contains mainly: green, blue. Hex color #40B5B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B5B5 is #BF4A4A. Grayscale: #919191. Windows color (decimal): -12536395 or 11908416. OLE color: 11908416.

HSL color Cylindrical-coordinate representation of color #40B5B5: hue angle of 180º 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 #40B5B5 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB64181181-
CMYK0.65000.29
HSL180º47.76%48.04%-
HSV(B)180º64.64%70.98%-
XYZ26.9837.4749.53-
YUV146.02147.7469.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.02%
GREEN value IS 181 (71.09% from 255) = 42.49%
BLUE value IS 181 (71.09% from 255) = 42.49%
R=15.02%
G=42.49%
B=42.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641811810.65000.2918047.7648.04
Hex40B5B541001Db43030
Octal10026526510100352646060
Binary100000010110101101101011000001001110110110100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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