#58ADAA

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

Shades of Fountain Blue #58ADAA

Tints of Fountain Blue #58ADAA

Color information

#58ADAA (or 0x58ADAA) is unknown color: approx Fountain Blue. HEX triplet: 58, AD and AA. RGB value is (88,173,170). Sum of RGB (Red+Green+Blue) = 88+173+170=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #58ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ADAA is #A75255. Grayscale: #939393. Windows color (decimal): -10965590 or 11185496. OLE color: 11185496.

HSL color Cylindrical-coordinate representation of color #58ADAA: hue angle of 177.88º degrees, saturation: 0.34, 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 #58ADAA is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB88173170-
CMYK0.4900.020.32
HSL177.88º34.14%51.18%-
HSV(B)177.88º49.13%67.84%-
XYZ26.2234.8643.38-
YUV147.24140.8485.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.42%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=20.42%
G=40.14%
B=39.44%

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
Decimal881731700.4900.020.32177.8834.1451.18
Hex58ADAA310220b22233
Octal1302552526102402624263
Binary1011000101011011010101011000101010000010110010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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