#5faead

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

Shades of Fountain Blue #5FAEAD

Tints of Fountain Blue #5FAEAD

Color information

#5FAEAD (or 0x5FAEAD) is unknown color: approx Fountain Blue. HEX triplet: 5F, AE and AD. RGB value is (95,174,173). Sum of RGB (Red+Green+Blue) = 95+174+173=442 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.49% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAEAD is #A05152. Grayscale: #969696. Windows color (decimal): -10506579 or 11382367. OLE color: 11382367.

HSL color Cylindrical-coordinate representation of color #5FAEAD: hue angle of 179.24º 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 #5FAEAD is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB95174173-
CMYK0.4500.010.32
HSL179.24º32.78%52.75%-
HSV(B)179.24º45.4%68.24%-
XYZ27.435.7244.99-
YUV150.26140.8388.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.49%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=21.49%
G=39.37%
B=39.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951741730.4500.010.32179.2432.7852.75
Hex5FAEAD2D0120b32135
Octal1372562555501402634165
Binary101111110101110101011011011010110000010110011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5faead

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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