#47ADAE

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

Shades of Fountain Blue #47ADAE

Tints of Fountain Blue #47ADAE

Color information

#47ADAE (or 0x47ADAE) is unknown color: approx Fountain Blue. HEX triplet: 47, AD and AE. RGB value is (71,173,174). Sum of RGB (Red+Green+Blue) = 71+173+174=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #47ADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ADAE is #B85251. Grayscale: #8E8E8E. Windows color (decimal): -12079698 or 11447623. OLE color: 11447623.

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

Color convert

RGB71173174-
CMYK0.590.0100.32
HSL180.58º42.04%48.04%-
HSV(B)180.58º59.2%68.24%-
XYZ25.1834.2845.33-
YUV142.62145.7176.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.99%
GREEN value IS 173 (67.97% from 255) = 41.39%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=16.99%
G=41.39%
B=41.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711731740.590.0100.32180.5842.0448.04
Hex47ADAE3B1020b52a30
Octal1072552567310402655260
Binary100011110101101101011101110111010000010110101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,173,174); }

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

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

 a { background-color: rgb(71,173,174); }

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

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

 span { border-color: rgb(71,173,174); }

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