#40BEC5

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

Shades of Viking #40BEC5

Tints of Viking #40BEC5

Color information

#40BEC5 (or 0x40BEC5) is unknown color: approx Viking. HEX triplet: 40, BE and C5. RGB value is (64,190,197). Sum of RGB (Red+Green+Blue) = 64+190+197=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #40BEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEC5 is #BF413A. Grayscale: #989898. Windows color (decimal): -12534075 or 12959296. OLE color: 12959296.

HSL color Cylindrical-coordinate representation of color #40BEC5: hue angle of 183.16º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40BEC5 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB64190197-
CMYK0.680.0400.23
HSL183.16º53.41%51.18%-
HSV(B)183.16º67.51%77.25%-
XYZ30.6141.9559.31-
YUV153.12152.7664.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.19%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 197 (77.34% from 255) = 43.68%
R=14.19%
G=42.13%
B=43.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641901970.680.0400.23183.1653.4151.18
Hex40BEC5444017b73533
Octal10027630510440272676563
Binary10000001011111011000101100010010001011110110111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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