#40BCBD

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

Shades of Viking #40BCBD

Tints of Viking #40BCBD

Color information

#40BCBD (or 0x40BCBD) is unknown color: approx Viking. HEX triplet: 40, BC and BD. RGB value is (64,188,189). Sum of RGB (Red+Green+Blue) = 64+188+189=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #40BCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCBD is #BF4342. Grayscale: #969696. Windows color (decimal): -12534595 or 12434496. OLE color: 12434496.

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

Color convert

RGB64188189-
CMYK0.660.0100.26
HSL180.48º49.41%49.61%-
HSV(B)180.48º66.14%74.12%-
XYZ29.2840.7354.46-
YUV151.04149.4265.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.51%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=14.51%
G=42.63%
B=42.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641881890.660.0100.26180.4849.4149.61
Hex40BCBD42101Ab43132
Octal10027427510210322646162
Binary100000010111100101111011000010101101010110100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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