#5BACA8

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

Shades of Fountain Blue #5BACA8

Tints of Fountain Blue #5BACA8

Color information

#5BACA8 (or 0x5BACA8) is unknown color: approx Fountain Blue. HEX triplet: 5B, AC and A8. RGB value is (91,172,168). Sum of RGB (Red+Green+Blue) = 91+172+168=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #5BACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BACA8 is #A45357. Grayscale: #939393. Windows color (decimal): -10769240 or 11054171. OLE color: 11054171.

HSL color Cylindrical-coordinate representation of color #5BACA8: hue angle of 177.04º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BACA8 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB91172168-
CMYK0.4700.020.33
HSL177.04º32.79%51.57%-
HSV(B)177.04º47.09%67.45%-
XYZ26.1334.5642.34-
YUV147.32139.6687.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.11%
GREEN value IS 172 (67.58% from 255) = 39.91%
BLUE value IS 168 (66.02% from 255) = 38.98%
R=21.11%
G=39.91%
B=38.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911721680.4700.020.33177.0432.7951.57
Hex5BACA82F0221b12134
Octal1332542505702412614164
Binary1011011101011001010100010111101010000110110001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,172,168); }

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

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

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

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

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

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

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