#40BCC1

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

Shades of Viking #40BCC1

Tints of Viking #40BCC1

Color information

#40BCC1 (or 0x40BCC1) is unknown color: approx Viking. HEX triplet: 40, BC and C1. RGB value is (64,188,193). Sum of RGB (Red+Green+Blue) = 64+188+193=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #40BCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCC1 is #BF433E. Grayscale: #979797. Windows color (decimal): -12534591 or 12696640. OLE color: 12696640.

HSL color Cylindrical-coordinate representation of color #40BCC1: hue angle of 182.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40BCC1 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB64188193-
CMYK0.670.0300.24
HSL182.33º50.99%50.39%-
HSV(B)182.33º66.84%75.69%-
XYZ29.7240.9156.78-
YUV151.49151.4265.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.38%
GREEN value IS 188 (73.83% from 255) = 42.25%
BLUE value IS 193 (75.78% from 255) = 43.37%
R=14.38%
G=42.25%
B=43.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641881930.670.0300.24182.3350.9950.39
Hex40BCC1433018b63332
Octal10027430110330302666362
Binary1000000101111001100000110000111101100010110110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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