#40BCCA

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

Shades of Viking #40BCCA

Tints of Viking #40BCCA

Color information

#40BCCA (or 0x40BCCA) is unknown color: approx Viking. HEX triplet: 40, BC and CA. RGB value is (64,188,202). Sum of RGB (Red+Green+Blue) = 64+188+202=454 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.10% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #40BCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCCA is #BF4335. Grayscale: #989898. Windows color (decimal): -12534582 or 13286464. OLE color: 13286464.

HSL color Cylindrical-coordinate representation of color #40BCCA: hue angle of 186.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40BCCA is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB64188202-
CMYK0.680.0700.21
HSL186.09º56.56%52.16%-
HSV(B)186.09º68.32%79.22%-
XYZ30.7641.3262.23-
YUV152.52155.9264.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.10%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=14.10%
G=41.41%
B=44.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal641882020.680.0700.21186.0956.5652.16
Hex40BCCA447015ba3934
Octal10027431210470252727164
Binary10000001011110011001010100010011101010110111010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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