Html Css Color HEX #58ADAC Fountain Blue

📋 copy color: '#58ADAC'

red 88 ◦ green 173 ◦ blue 172

#58ADAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #58ADAC

Tints of Fountain Blue #58ADAC

RGB

 RED value IS 88 (34.77% from 255) = 20.32%

 GREEN value IS 173 (67.97% from 255) = 39.95%

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 20.32%
G = 39.95%
B = 39.72%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#58ADAC (or 0x58ADAC) is known color: Fountain Blue. HEX triplet: 58, AD and AC. RGB value is (88,173,172). Sum of RGB (Red+Green+Blue) = 88+173+172=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #58ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ADAC is #A75253. Grayscale: #939393. Windows color (decimal): -10965588 or 11316568. OLE color: 11316568.

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

Color convert

RGB 88 173 172 -
CMYK 0.49 0 0.01 0.32
HSL 179.29º 0.34% 0.51% -
HSV(B) 179.29º 0.49% 0.68% -
XYZ 26.41 34.94 44.38 -
YUV 147.47 141.84 85.58 -
System Red Green Blue C M Y K H S L
Decimal 88 173 172 0.49 0 0.01 0.32 179.29 0.34 0.51
Hex 58 AD AC 31 0 1 20 B3 22 33
Octal 130 255 254 61 0 1 40 263 42 63
Binary 1011000 10101101 10101100 110001 0 1 100000 10110011 100010 110011

Color Harmonies of #58ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ADAC

Black with #58ADAC

Text Example


Text Example

White with #58ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58ADAC;
 }
 .AnyTagClassName
 {
   color: #58ADAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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