#58AEAA

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

Shades of Fountain Blue #58AEAA

Tints of Fountain Blue #58AEAA

Color information

#58AEAA (or 0x58AEAA) is unknown color: approx Fountain Blue. HEX triplet: 58, AE and AA. RGB value is (88,174,170). Sum of RGB (Red+Green+Blue) = 88+174+170=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #58AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AEAA is #A75155. Grayscale: #939393. Windows color (decimal): -10965334 or 11185752. OLE color: 11185752.

HSL color Cylindrical-coordinate representation of color #58AEAA: hue angle of 177.21º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AEAA is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB88174170-
CMYK0.4900.020.32
HSL177.21º34.68%51.37%-
HSV(B)177.21º49.43%68.24%-
XYZ26.4235.2543.44-
YUV147.83140.5185.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.37%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=20.37%
G=40.28%
B=39.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881741700.4900.020.32177.2134.6851.37
Hex58AEAA310220b12333
Octal1302562526102402614363
Binary1011000101011101010101011000101010000010110001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58AEAA; }

 p { color: rgb(88,174,170); }

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

<style>
 a { background-color: #58AEAA; }

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

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

<style>
 span { border-color: #58AEAA; }

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

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