#57ADAA

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

Shades of Fountain Blue #57ADAA

Tints of Fountain Blue #57ADAA

Color information

#57ADAA (or 0x57ADAA) is unknown color: approx Fountain Blue. HEX triplet: 57, AD and AA. RGB value is (87,173,170). Sum of RGB (Red+Green+Blue) = 87+173+170=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #57ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57ADAA is #A85255. Grayscale: #929292. Windows color (decimal): -11031126 or 11185495. OLE color: 11185495.

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

Color convert

RGB87173170-
CMYK0.5000.020.32
HSL177.91º34.4%50.98%-
HSV(B)177.91º49.71%67.84%-
XYZ26.1334.8243.37-
YUV146.94141.0185.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.23%
GREEN value IS 173 (67.97% from 255) = 40.23%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=20.23%
G=40.23%
B=39.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871731700.5000.020.32177.9134.450.98
Hex57ADAA320220b22233
Octal1272552526202402624263
Binary1010111101011011010101011001001010000010110010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57ADAA; }

 p { color: rgb(87,173,170); }

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

<style>
 a { background-color: #57ADAA; }

 a { background-color: rgb(87,173,170); }

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

<style>
 span { border-color: #57ADAA; }

 span { border-color: rgb(87,173,170); }

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