#47ACAF

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

Shades of Viking #47ACAF

Tints of Viking #47ACAF

Color information

#47ACAF (or 0x47ACAF) is unknown color: approx Viking. HEX triplet: 47, AC and AF. RGB value is (71,172,175). Sum of RGB (Red+Green+Blue) = 71+172+175=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #47ACAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ACAF is #B85350. Grayscale: #8E8E8E. Windows color (decimal): -12079953 or 11512903. OLE color: 11512903.

HSL color Cylindrical-coordinate representation of color #47ACAF: hue angle of 181.73º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47ACAF is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB71172175-
CMYK0.590.0200.31
HSL181.73º42.28%48.24%-
HSV(B)181.73º59.43%68.63%-
XYZ25.0933.9445.79-
YUV142.14146.5477.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.99%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=16.99%
G=41.15%
B=41.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711721750.590.0200.31181.7342.2848.24
Hex47ACAF3B201Fb62a30
Octal1072542577320372665260
Binary100011110101100101011111110111001111110110110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47ACAF; }

 p { color: rgb(71,172,175); }

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

<style>
 a { background-color: #47ACAF; }

 a { background-color: rgb(71,172,175); }

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

<style>
 span { border-color: #47ACAF; }

 span { border-color: rgb(71,172,175); }

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