#54ADAE

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

Shades of Fountain Blue #54ADAE

Tints of Fountain Blue #54ADAE

Color information

#54ADAE (or 0x54ADAE) is unknown color: approx Fountain Blue. HEX triplet: 54, AD and AE. RGB value is (84,173,174). Sum of RGB (Red+Green+Blue) = 84+173+174=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #54ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ADAE is #AB5251. Grayscale: #929292. Windows color (decimal): -11227730 or 11447636. OLE color: 11447636.

HSL color Cylindrical-coordinate representation of color #54ADAE: hue angle of 180.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54ADAE is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84173174-
CMYK0.520.0100.32
HSL180.67º35.71%50.59%-
HSV(B)180.67º51.72%68.24%-
XYZ26.2434.8345.38-
YUV146.5143.5183.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.49%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=19.49%
G=40.14%
B=40.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841731740.520.0100.32180.6735.7150.59
Hex54ADAE341020b52433
Octal1242552566410402654463
Binary101010010101101101011101101001010000010110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54ADAE; }

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

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

<style>
 a { background-color: #54ADAE; }

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

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

<style>
 span { border-color: #54ADAE; }

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

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