#3FABBF

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

Shades of Viking #3FABBF

Tints of Viking #3FABBF

Color information

#3FABBF (or 0x3FABBF) is unknown color: approx Viking. HEX triplet: 3F, AB and BF. RGB value is (63,171,191). Sum of RGB (Red+Green+Blue) = 63+171+191=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #3FABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABBF is #C05440. Grayscale: #8C8C8C. Windows color (decimal): -12604481 or 12561215. OLE color: 12561215.

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

Color convert

RGB63171191-
CMYK0.670.1000.25
HSL189.38º50.39%49.8%-
HSV(B)189.38º67.02%74.9%-
XYZ26.0233.9454.47-
YUV140.99156.2272.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.82%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 191 (75% from 255) = 44.94%
R=14.82%
G=40.24%
B=44.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631711910.670.1000.25189.3850.3949.8
Hex3FABBF43A019bd3232
Octal77253277103120312756262
Binary11111110101011101111111000011101001100110111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FABBF; }

 p { color: rgb(63,171,191); }

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

<style>
 a { background-color: #3FABBF; }

 a { background-color: rgb(63,171,191); }

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

<style>
 span { border-color: #3FABBF; }

 span { border-color: rgb(63,171,191); }

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