#55AEAA

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

Shades of Fountain Blue #55AEAA

Tints of Fountain Blue #55AEAA

Color information

#55AEAA (or 0x55AEAA) is unknown color: approx Fountain Blue. HEX triplet: 55, AE and AA. RGB value is (85,174,170). Sum of RGB (Red+Green+Blue) = 85+174+170=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #55AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AEAA is #AA5155. Grayscale: #929292. Windows color (decimal): -11161942 or 11185749. OLE color: 11185749.

HSL color Cylindrical-coordinate representation of color #55AEAA: hue angle of 177.3º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AEAA is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB85174170-
CMYK0.5100.020.32
HSL177.3º35.46%50.78%-
HSV(B)177.3º51.15%68.24%-
XYZ26.1435.1143.43-
YUV146.93141.0183.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.81%
GREEN value IS 174 (68.36% from 255) = 40.56%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=19.81%
G=40.56%
B=39.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851741700.5100.020.32177.335.4650.78
Hex55AEAA330220b12333
Octal1252562526302402614363
Binary1010101101011101010101011001101010000010110001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AEAA; }

 p { color: rgb(85,174,170); }

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

<style>
 a { background-color: #55AEAA; }

 a { background-color: rgb(85,174,170); }

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

<style>
 span { border-color: #55AEAA; }

 span { border-color: rgb(85,174,170); }

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