#40B4BE

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

Shades of Viking #40B4BE

Tints of Viking #40B4BE

Color information

#40B4BE (or 0x40B4BE) is unknown color: approx Viking. HEX triplet: 40, B4 and BE. RGB value is (64,180,190). Sum of RGB (Red+Green+Blue) = 64+180+190=434 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.75% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #40B4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B4BE is #BF4B41. Grayscale: #929292. Windows color (decimal): -12536642 or 12497984. OLE color: 12497984.

HSL color Cylindrical-coordinate representation of color #40B4BE: hue angle of 184.76º 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 #40B4BE is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64180190-
CMYK0.660.0500.25
HSL184.76º49.61%49.8%-
HSV(B)184.76º66.32%74.51%-
XYZ27.7337.4554.48-
YUV146.46152.5769.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.75%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=14.75%
G=41.47%
B=43.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641801900.660.0500.25184.7649.6149.8
Hex40B4BE425019b93232
Octal10026427610250312716262
Binary10000001011010010111110100001010101100110111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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