Html Css Color HEX #59ADAC Fountain Blue

📋 copy color: '#59ADAC'

red 89 ◦ green 173 ◦ blue 172

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

Shades of Fountain Blue #59ADAC

Tints of Fountain Blue #59ADAC

RGB

 RED value IS 89 (35.16% from 255) = 20.51%

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

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

R = 20.51%
G = 39.86%
B = 39.63%

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

#59ADAC (or 0x59ADAC) is known color: Fountain Blue. HEX triplet: 59, AD and AC. RGB value is (89,173,172). Sum of RGB (Red+Green+Blue) = 89+173+172=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #59ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59ADAC is #A65253. Grayscale: #939393. Windows color (decimal): -10900052 or 11316569. OLE color: 11316569.

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

Color convert

RGB 89 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.51 34.99 44.39 -
YUV 147.77 141.67 86.08 -
System Red Green Blue C M Y K H S L
Decimal 89 173 172 0.49 0 0.01 0.32 179.29 0.34 0.51
Hex 59 AD AC 31 0 1 20 B3 22 33
Octal 131 255 254 61 0 1 40 263 42 63
Binary 1011001 10101101 10101100 110001 0 1 100000 10110011 100010 110011

Color Harmonies of #59ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ADAC

Black with #59ADAC

Text Example


Text Example

White with #59ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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