#47AEAE

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

Shades of Fountain Blue #47AEAE

Tints of Fountain Blue #47AEAE

Color information

#47AEAE (or 0x47AEAE) is unknown color: approx Fountain Blue. HEX triplet: 47, AE and AE. RGB value is (71,174,174). Sum of RGB (Red+Green+Blue) = 71+174+174=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #47AEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AEAE is #B85151. Grayscale: #8F8F8F. Windows color (decimal): -12079442 or 11447879. OLE color: 11447879.

HSL color Cylindrical-coordinate representation of color #47AEAE: hue angle of 180º 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 #47AEAE is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71174174-
CMYK0.59000.32
HSL180º42.04%48.04%-
HSV(B)180º59.2%68.24%-
XYZ25.3734.6745.4-
YUV143.2145.3876.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.95%
GREEN value IS 174 (68.36% from 255) = 41.53%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=16.95%
G=41.53%
B=41.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711741740.59000.3218042.0448.04
Hex47AEAE3B0020b42a30
Octal1072562567300402645260
Binary100011110101110101011101110110010000010110100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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