Html Css Color HEX #59B8B5 Fountain Blue

📋 copy color: '#59B8B5'

red 89 ◦ green 184 ◦ blue 181

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

Shades of Fountain Blue #59B8B5

Tints of Fountain Blue #59B8B5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.53%

 BLUE value IS 181 (71.09% from 255) = 39.87%

R = 19.6%
G = 40.53%
B = 39.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#59B8B5 (or 0x59B8B5) is known color: Fountain Blue. HEX triplet: 59, B8 and B5. RGB value is (89,184,181). Sum of RGB (Red+Green+Blue) = 89+184+181=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #59B8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B8B5 is #A6474A. Grayscale: #9B9B9B. Windows color (decimal): -10897227 or 11909209. OLE color: 11909209.

HSL color Cylindrical-coordinate representation of color #59B8B5: hue angle of 178.11º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59B8B5 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 89 184 181 -
CMYK 0.52 0 0.02 0.28
HSL 178.11º 0.4% 0.54% -
HSV(B) 178.11º 0.52% 0.72% -
XYZ 29.6 39.74 49.83 -
YUV 155.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 89 184 181 0.52 0 0.02 0.28 178.11 0.4 0.54
Hex 59 B8 B5 34 0 2 1C B2 28 36
Octal 131 270 265 64 0 2 34 262 50 66
Binary 1011001 10111000 10110101 110100 0 10 11100 10110010 101000 110110

Color Harmonies of #59B8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B8B5

Black with #59B8B5

Text Example


Text Example

White with #59B8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,184,181); }

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

background-color css

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

 a { background-color: rgb(89,184,181); }

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

border-color css

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

 span { border-color: rgb(89,184,181); }

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