#5FACAE

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

Shades of Fountain Blue #5FACAE

Tints of Fountain Blue #5FACAE

Color information

#5FACAE (or 0x5FACAE) is unknown color: approx Fountain Blue. HEX triplet: 5F, AC and AE. RGB value is (95,172,174). Sum of RGB (Red+Green+Blue) = 95+172+174=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #5FACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FACAE is #A05351. Grayscale: #959595. Windows color (decimal): -10507090 or 11447391. OLE color: 11447391.

HSL color Cylindrical-coordinate representation of color #5FACAE: hue angle of 181.52º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FACAE is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB95172174-
CMYK0.450.0100.32
HSL181.52º32.78%52.75%-
HSV(B)181.52º45.4%68.24%-
XYZ27.1134.9945.37-
YUV149.21141.9989.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.54%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=21.54%
G=39.00%
B=39.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951721740.450.0100.32181.5232.7852.75
Hex5FACAE2D1020b62135
Octal1372542565510402664165
Binary101111110101100101011101011011010000010110110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,172,174); }

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

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

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

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

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

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

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