Html Css Color HEX #59B2BC Fountain Blue

📋 copy color: '#59B2BC'

red 89 ◦ green 178 ◦ blue 188

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

Shades of Fountain Blue #59B2BC

Tints of Fountain Blue #59B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.12%

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 19.56%
G = 39.12%
B = 41.32%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#59B2BC (or 0x59B2BC) is known color: Fountain Blue. HEX triplet: 59, B2 and BC. RGB value is (89,178,188). Sum of RGB (Red+Green+Blue) = 89+178+188=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #59B2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B2BC is #A64D43. Grayscale: #989898. Windows color (decimal): -10898756 or 12366425. OLE color: 12366425.

HSL color Cylindrical-coordinate representation of color #59B2BC: hue angle of 186.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59B2BC is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 178 188 -
CMYK 0.53 0.05 0 0.26
HSL 186.06º 0.42% 0.54% -
HSV(B) 186.06º 0.53% 0.74% -
XYZ 29.12 37.6 53.3 -
YUV 152.53 148.01 82.69 -
System Red Green Blue C M Y K H S L
Decimal 89 178 188 0.53 0.05 0 0.26 186.06 0.42 0.54
Hex 59 B2 BC 35 5 0 1A BA 2A 36
Octal 131 262 274 65 5 0 32 272 52 66
Binary 1011001 10110010 10111100 110101 101 0 11010 10111010 101010 110110

Color Harmonies of #59B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B2BC

Black with #59B2BC

Text Example


Text Example

White with #59B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,178,188); }

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

background-color css

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

 a { background-color: rgb(89,178,188); }

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

border-color css

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

 span { border-color: rgb(89,178,188); }

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