#40B2B1

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

Shades of Viking #40B2B1

Tints of Viking #40B2B1

Color information

#40B2B1 (or 0x40B2B1) is unknown color: approx Viking. HEX triplet: 40, B2 and B1. RGB value is (64,178,177). Sum of RGB (Red+Green+Blue) = 64+178+177=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #40B2B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B2B1 is #BF4D4E. Grayscale: #8F8F8F. Windows color (decimal): -12537167 or 11645504. OLE color: 11645504.

HSL color Cylindrical-coordinate representation of color #40B2B1: hue angle of 179.47º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B2B1 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB64178177-
CMYK0.6400.010.30
HSL179.47º47.11%47.45%-
HSV(B)179.47º64.04%69.8%-
XYZ25.9736.1147.2-
YUV143.8146.7371.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.27%
GREEN value IS 178 (69.92% from 255) = 42.48%
BLUE value IS 177 (69.53% from 255) = 42.24%
R=15.27%
G=42.48%
B=42.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal641781770.6400.010.30179.4747.1147.45
Hex40B2B140011Eb32f2f
Octal10026226110001362635757
Binary100000010110010101100011000000011111010110011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,178,177); }

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

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

 a { background-color: rgb(64,178,177); }

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

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

 span { border-color: rgb(64,178,177); }

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