#40AFBF

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

Shades of Viking #40AFBF

Tints of Viking #40AFBF

Color information

#40AFBF (or 0x40AFBF) is unknown color: approx Viking. HEX triplet: 40, AF and BF. RGB value is (64,175,191). Sum of RGB (Red+Green+Blue) = 64+175+191=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #40AFBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AFBF is #BF5040. Grayscale: #8F8F8F. Windows color (decimal): -12537921 or 12562240. OLE color: 12562240.

HSL color Cylindrical-coordinate representation of color #40AFBF: hue angle of 187.56º 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 #40AFBF is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64175191-
CMYK0.660.0800.25
HSL187.56º49.8%50%-
HSV(B)187.56º66.49%74.9%-
XYZ26.8535.5154.73-
YUV143.64154.7371.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.88%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 191 (75% from 255) = 44.42%
R=14.88%
G=40.70%
B=44.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641751910.660.0800.25187.5649.850
Hex40AFBF428019bc3232
Octal100257277102100312746262
Binary100000010101111101111111000010100001100110111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,175,191); }

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

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

 a { background-color: rgb(64,175,191); }

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

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

 span { border-color: rgb(64,175,191); }

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