Html Css Color HEX #59B3AF Fountain Blue

📋 copy color: '#59B3AF'

red 89 ◦ green 179 ◦ blue 175

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

Shades of Fountain Blue #59B3AF

Tints of Fountain Blue #59B3AF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 20.09%
G = 40.41%
B = 39.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#59B3AF (or 0x59B3AF) is known color: Fountain Blue. HEX triplet: 59, B3 and AF. RGB value is (89,179,175). Sum of RGB (Red+Green+Blue) = 89+179+175=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #59B3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B3AF is #A64C50. Grayscale: #979797. Windows color (decimal): -10898513 or 11514713. OLE color: 11514713.

HSL color Cylindrical-coordinate representation of color #59B3AF: hue angle of 177.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B3AF is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 179 175 -
CMYK 0.50 0 0.02 0.30
HSL 177.33º 0.37% 0.53% -
HSV(B) 177.33º 0.5% 0.7% -
XYZ 27.98 37.46 46.31 -
YUV 151.63 141.18 83.33 -
System Red Green Blue C M Y K H S L
Decimal 89 179 175 0.50 0 0.02 0.30 177.33 0.37 0.53
Hex 59 B3 AF 32 0 2 1E B1 25 35
Octal 131 263 257 62 0 2 36 261 45 65
Binary 1011001 10110011 10101111 110010 0 10 11110 10110001 100101 110101

Color Harmonies of #59B3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B3AF

Black with #59B3AF

Text Example


Text Example

White with #59B3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,179,175); }

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

background-color css

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

 a { background-color: rgb(89,179,175); }

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

border-color css

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

 span { border-color: rgb(89,179,175); }

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