#40BCBA

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

Shades of Viking #40BCBA

Tints of Viking #40BCBA

Color information

#40BCBA (or 0x40BCBA) is unknown color: approx Viking. HEX triplet: 40, BC and BA. RGB value is (64,188,186). Sum of RGB (Red+Green+Blue) = 64+188+186=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #40BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCBA is #BF4345. Grayscale: #969696. Windows color (decimal): -12534598 or 12237888. OLE color: 12237888.

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

Color convert

RGB64188186-
CMYK0.6600.010.26
HSL179.03º49.21%49.41%-
HSV(B)179.03º65.96%73.73%-
XYZ28.9640.652.76-
YUV150.7147.9266.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.61%
GREEN value IS 188 (73.83% from 255) = 42.92%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=14.61%
G=42.92%
B=42.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641881860.6600.010.26179.0349.2149.41
Hex40BCBA42011Ab33131
Octal10027427210201322636161
Binary100000010111100101110101000010011101010110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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