#5BAEAE

Color #5BAEAE Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5BAEAE

Tints of Fountain Blue #5BAEAE

Color information

#5BAEAE (or 0x5BAEAE) is unknown color: approx Fountain Blue. HEX triplet: 5B, AE and AE. RGB value is (91,174,174). Sum of RGB (Red+Green+Blue) = 91+174+174=439 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.73% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #5BAEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAEAE is #A45151. Grayscale: #959595. Windows color (decimal): -10768722 or 11447899. OLE color: 11447899.

HSL color Cylindrical-coordinate representation of color #5BAEAE: hue angle of 180º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAEAE is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB91174174-
CMYK0.48000.32
HSL180º33.88%51.96%-
HSV(B)180º47.7%68.24%-
XYZ27.0935.5545.48-
YUV149.1814286.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.73%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=20.73%
G=39.64%
B=39.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911741740.48000.3218033.8851.96
Hex5BAEAE300020b42234
Octal1332562566000402644264
Binary101101110101110101011101100000010000010110100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BAEAE; }

 p { color: rgb(91,174,174); }

 H1.HeaderClassName
 {
   color: #5BAEAE;
 }
 .AnyTagClassName
 {
   color: #5BAEAE;
 }
</style>
background-color css

<style>
 a { background-color: #5BAEAE; }

 a { background-color: rgb(91,174,174); }

 div.DivClassName
 {
   background-color: #5BAEAE;
 }
 .BgClassName
 {
   background-color: #5BAEAE;
 }
</style>
border-color css

<style>
 span { border-color: #5BAEAE; }

 span { border-color: rgb(91,174,174); }

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