#40BBB9

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

Shades of Viking #40BBB9

Tints of Viking #40BBB9

Color information

#40BBB9 (or 0x40BBB9) is unknown color: approx Viking. HEX triplet: 40, BB and B9. RGB value is (64,187,185). Sum of RGB (Red+Green+Blue) = 64+187+185=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #40BBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBB9 is #BF4446. Grayscale: #959595. Windows color (decimal): -12534855 or 12172096. OLE color: 12172096.

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

Color convert

RGB64187185-
CMYK0.6600.010.27
HSL179.02º49%49.22%-
HSV(B)179.02º65.78%73.33%-
XYZ28.6440.1352.14-
YUV150147.7566.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.68%
GREEN value IS 187 (73.44% from 255) = 42.89%
BLUE value IS 185 (72.66% from 255) = 42.43%
R=14.68%
G=42.89%
B=42.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641871850.6600.010.27179.024949.22
Hex40BBB942011Bb33131
Octal10027327110201332636161
Binary100000010111011101110011000010011101110110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,187,185); }

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

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

 a { background-color: rgb(64,187,185); }

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

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

 span { border-color: rgb(64,187,185); }

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