Html Css Color HEX #59A6AC Fountain Blue

📋 copy color: '#59A6AC'

red 89 ◦ green 166 ◦ blue 172

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

Shades of Fountain Blue #59A6AC

Tints of Fountain Blue #59A6AC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.88%

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

R = 20.84%
G = 38.88%
B = 40.28%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#59A6AC (or 0x59A6AC) is known color: Fountain Blue. HEX triplet: 59, A6 and AC. RGB value is (89,166,172). Sum of RGB (Red+Green+Blue) = 89+166+172=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #59A6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A6AC is #A65953. Grayscale: #8F8F8F. Windows color (decimal): -10901844 or 11314777. OLE color: 11314777.

HSL color Cylindrical-coordinate representation of color #59A6AC: hue angle of 184.34º 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 #59A6AC is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 166 172 -
CMYK 0.48 0.03 0 0.33
HSL 184.34º 0.33% 0.51% -
HSV(B) 184.34º 0.48% 0.67% -
XYZ 25.2 32.37 43.95 -
YUV 143.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 89 166 172 0.48 0.03 0 0.33 184.34 0.33 0.51
Hex 59 A6 AC 30 3 0 21 B8 21 33
Octal 131 246 254 60 3 0 41 270 41 63
Binary 1011001 10100110 10101100 110000 11 0 100001 10111000 100001 110011

Color Harmonies of #59A6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A6AC

Black with #59A6AC

Text Example


Text Example

White with #59A6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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