Html Css Color HEX #59A8AC Fountain Blue

📋 copy color: '#59A8AC'

red 89 ◦ green 168 ◦ blue 172

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

Shades of Fountain Blue #59A8AC

Tints of Fountain Blue #59A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.16%

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

R = 20.75%
G = 39.16%
B = 40.09%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#59A8AC (or 0x59A8AC) is known color: Fountain Blue. HEX triplet: 59, A8 and AC. RGB value is (89,168,172). Sum of RGB (Red+Green+Blue) = 89+168+172=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #59A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A8AC is #A65753. Grayscale: #909090. Windows color (decimal): -10901332 or 11315289. OLE color: 11315289.

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

Color convert

RGB 89 168 172 -
CMYK 0.48 0.02 0 0.33
HSL 182.89º 0.33% 0.51% -
HSV(B) 182.89º 0.48% 0.67% -
XYZ 25.57 33.11 44.07 -
YUV 144.84 143.33 88.17 -
System Red Green Blue C M Y K H S L
Decimal 89 168 172 0.48 0.02 0 0.33 182.89 0.33 0.51
Hex 59 A8 AC 30 2 0 21 B7 21 33
Octal 131 250 254 60 2 0 41 267 41 63
Binary 1011001 10101000 10101100 110000 10 0 100001 10110111 100001 110011

Color Harmonies of #59A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A8AC

Black with #59A8AC

Text Example


Text Example

White with #59A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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