#40B8BD

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

Shades of Viking #40B8BD

Tints of Viking #40B8BD

Color information

#40B8BD (or 0x40B8BD) is unknown color: approx Viking. HEX triplet: 40, B8 and BD. RGB value is (64,184,189). Sum of RGB (Red+Green+Blue) = 64+184+189=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #40B8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B8BD is #BF4742. Grayscale: #949494. Windows color (decimal): -12535619 or 12433472. OLE color: 12433472.

HSL color Cylindrical-coordinate representation of color #40B8BD: hue angle of 182.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40B8BD is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64184189-
CMYK0.660.0300.26
HSL182.4º49.41%49.61%-
HSV(B)182.4º66.14%74.12%-
XYZ28.4439.0554.18-
YUV148.69150.7467.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.65%
GREEN value IS 184 (72.27% from 255) = 42.11%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=14.65%
G=42.11%
B=43.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641841890.660.0300.26182.449.4149.61
Hex40B8BD42301Ab63132
Octal10027027510230322666162
Binary1000000101110001011110110000101101101010110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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