#58AAAA

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

Shades of Fountain Blue #58AAAA

Tints of Fountain Blue #58AAAA

Color information

#58AAAA (or 0x58AAAA) is unknown color: approx Fountain Blue. HEX triplet: 58, AA and AA. RGB value is (88,170,170). Sum of RGB (Red+Green+Blue) = 88+170+170=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #58AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AAAA is #A75555. Grayscale: #919191. Windows color (decimal): -10966358 or 11184728. OLE color: 11184728.

HSL color Cylindrical-coordinate representation of color #58AAAA: hue angle of 180º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AAAA is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB88170170-
CMYK0.48000.33
HSL180º32.54%50.59%-
HSV(B)180º48.24%66.67%-
XYZ25.6533.7343.19-
YUV145.48141.8387-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.56%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=20.56%
G=39.72%
B=39.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881701700.48000.3318032.5450.59
Hex58AAAA300021b42133
Octal1302522526000412644163
Binary101100010101010101010101100000010000110110100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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