#40ABAF

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

Shades of Viking #40ABAF

Tints of Viking #40ABAF

Color information

#40ABAF (or 0x40ABAF) is unknown color: approx Viking. HEX triplet: 40, AB and AF. RGB value is (64,171,175). Sum of RGB (Red+Green+Blue) = 64+171+175=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #40ABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ABAF is #BF5450. Grayscale: #8B8B8B. Windows color (decimal): -12538961 or 11512640. OLE color: 11512640.

HSL color Cylindrical-coordinate representation of color #40ABAF: hue angle of 182.16º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40ABAF is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB64171175-
CMYK0.630.0200.31
HSL182.16º46.44%46.86%-
HSV(B)182.16º63.43%68.63%-
XYZ24.4233.3145.7-
YUV139.46148.0574.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.61%
GREEN value IS 171 (67.19% from 255) = 41.71%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=15.61%
G=41.71%
B=42.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641711750.630.0200.31182.1646.4446.86
Hex40ABAF3F201Fb62e2f
Octal1002532577720372665657
Binary100000010101011101011111111111001111110110110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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