#4EABAE

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

Shades of Fountain Blue #4EABAE

Tints of Fountain Blue #4EABAE

Color information

#4EABAE (or 0x4EABAE) is unknown color: approx Fountain Blue. HEX triplet: 4E, AB and AE. RGB value is (78,171,174). Sum of RGB (Red+Green+Blue) = 78+171+174=423 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.44% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #4EABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EABAE is #B15451. Grayscale: #8F8F8F. Windows color (decimal): -11621458 or 11447118. OLE color: 11447118.

HSL color Cylindrical-coordinate representation of color #4EABAE: hue angle of 181.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EABAE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB78171174-
CMYK0.550.0200.32
HSL181.88º38.1%49.41%-
HSV(B)181.88º55.17%68.24%-
XYZ25.3433.845.23-
YUV143.54145.1981.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.44%
GREEN value IS 171 (67.19% from 255) = 40.43%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=18.44%
G=40.43%
B=41.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781711740.550.0200.32181.8838.149.41
Hex4EABAE372020b62631
Octal1162532566720402664661
Binary1001110101010111010111011011110010000010110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EABAE; }

 p { color: rgb(78,171,174); }

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

<style>
 a { background-color: #4EABAE; }

 a { background-color: rgb(78,171,174); }

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

<style>
 span { border-color: #4EABAE; }

 span { border-color: rgb(78,171,174); }

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