#5BB0AD

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

Shades of Fountain Blue #5BB0AD

Tints of Fountain Blue #5BB0AD

Color information

#5BB0AD (or 0x5BB0AD) is unknown color: approx Fountain Blue. HEX triplet: 5B, B0 and AD. RGB value is (91,176,173). Sum of RGB (Red+Green+Blue) = 91+176+173=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #5BB0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB0AD is #A44F52. Grayscale: #969696. Windows color (decimal): -10768211 or 11382875. OLE color: 11382875.

HSL color Cylindrical-coordinate representation of color #5BB0AD: hue angle of 177.88º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BB0AD is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB91176173-
CMYK0.4800.020.31
HSL177.88º34.98%52.35%-
HSV(B)177.88º48.3%69.02%-
XYZ27.3836.2945.1-
YUV150.24140.8485.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.68%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=20.68%
G=40%
B=39.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911761730.4800.020.31177.8834.9852.35
Hex5BB0AD30021Fb22334
Octal1332602556002372624364
Binary101101110110000101011011100000101111110110010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,176,173); }

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

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

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

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

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

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

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