#3FACBF

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

Shades of Viking #3FACBF

Tints of Viking #3FACBF

Color information

#3FACBF (or 0x3FACBF) is unknown color: approx Viking. HEX triplet: 3F, AC and BF. RGB value is (63,172,191). Sum of RGB (Red+Green+Blue) = 63+172+191=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #3FACBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FACBF is #C05340. Grayscale: #8D8D8D. Windows color (decimal): -12604225 or 12561471. OLE color: 12561471.

HSL color Cylindrical-coordinate representation of color #3FACBF: hue angle of 188.91º 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 #3FACBF is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63172191-
CMYK0.670.1000.25
HSL188.91º50.39%49.8%-
HSV(B)188.91º67.02%74.9%-
XYZ26.2134.3254.53-
YUV141.57155.8971.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.79%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 191 (75% from 255) = 44.84%
R=14.79%
G=40.38%
B=44.84%

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
Decimal631721910.670.1000.25188.9150.3949.8
Hex3FACBF43A019bd3232
Octal77254277103120312756262
Binary11111110101100101111111000011101001100110111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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