#5EAFAF

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

Shades of Fountain Blue #5EAFAF

Tints of Fountain Blue #5EAFAF

Color information

#5EAFAF (or 0x5EAFAF) is unknown color: approx Fountain Blue. HEX triplet: 5E, AF and AF. RGB value is (94,175,175). Sum of RGB (Red+Green+Blue) = 94+175+175=444 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.17% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #5EAFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAFAF is #A15050. Grayscale: #969696. Windows color (decimal): -10571857 or 11513694. OLE color: 11513694.

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

Color convert

RGB94175175-
CMYK0.46000.31
HSL180º33.61%52.75%-
HSV(B)180º46.29%68.63%-
XYZ27.6836.1346.07-
YUV150.78141.6687.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.17%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=21.17%
G=39.41%
B=39.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941751750.46000.3118033.6152.75
Hex5EAFAF2E001Fb42235
Octal1362572575600372644265
Binary10111101010111110101111101110001111110110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,175,175); }

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

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

 a { background-color: rgb(94,175,175); }

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

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

 span { border-color: rgb(94,175,175); }

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