#54AFAD

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

Shades of Fountain Blue #54AFAD

Tints of Fountain Blue #54AFAD

Color information

#54AFAD (or 0x54AFAD) is unknown color: approx Fountain Blue. HEX triplet: 54, AF and AD. RGB value is (84,175,173). Sum of RGB (Red+Green+Blue) = 84+175+173=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #54AFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AFAD is #AB5052. Grayscale: #939393. Windows color (decimal): -11227219 or 11382612. OLE color: 11382612.

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

Color convert

RGB84175173-
CMYK0.5200.010.31
HSL178.68º36.25%50.78%-
HSV(B)178.68º52%68.63%-
XYZ26.5335.5645-
YUV147.56142.3582.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.44%
GREEN value IS 175 (68.75% from 255) = 40.51%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=19.44%
G=40.51%
B=40.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841751730.5200.010.31178.6836.2550.78
Hex54AFAD34011Fb32433
Octal1242572556401372634463
Binary10101001010111110101101110100011111110110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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