#58ADAB

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

Shades of Fountain Blue #58ADAB

Tints of Fountain Blue #58ADAB

Color information

#58ADAB (or 0x58ADAB) is unknown color: approx Fountain Blue. HEX triplet: 58, AD and AB. RGB value is (88,173,171). Sum of RGB (Red+Green+Blue) = 88+173+171=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #58ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ADAB is #A75254. Grayscale: #939393. Windows color (decimal): -10965589 or 11251032. OLE color: 11251032.

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

Color convert

RGB88173171-
CMYK0.4900.010.32
HSL178.59º34.14%51.18%-
HSV(B)178.59º49.13%67.84%-
XYZ26.3234.943.88-
YUV147.36141.3485.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.37%
GREEN value IS 173 (67.97% from 255) = 40.05%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=20.37%
G=40.05%
B=39.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881731710.4900.010.32178.5934.1451.18
Hex58ADAB310120b32233
Octal1302552536101402634263
Binary101100010101101101010111100010110000010110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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