#40B8BE

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

Shades of Viking #40B8BE

Tints of Viking #40B8BE

Color information

#40B8BE (or 0x40B8BE) is unknown color: approx Viking. HEX triplet: 40, B8 and BE. RGB value is (64,184,190). Sum of RGB (Red+Green+Blue) = 64+184+190=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #40B8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B8BE is #BF4741. Grayscale: #949494. Windows color (decimal): -12535618 or 12499008. OLE color: 12499008.

HSL color Cylindrical-coordinate representation of color #40B8BE: hue angle of 182.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40B8BE is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64184190-
CMYK0.660.0300.25
HSL182.86º49.61%49.8%-
HSV(B)182.86º66.32%74.51%-
XYZ28.5539.0954.76-
YUV148.8151.2467.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.61%
GREEN value IS 184 (72.27% from 255) = 42.01%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=14.61%
G=42.01%
B=43.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641841900.660.0300.25182.8649.6149.8
Hex40B8BE423019b73232
Octal10027027610230312676262
Binary1000000101110001011111010000101101100110110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,184,190); }

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

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

 a { background-color: rgb(64,184,190); }

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

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

 span { border-color: rgb(64,184,190); }

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