#54AFAB

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

Shades of Fountain Blue #54AFAB

Tints of Fountain Blue #54AFAB

Color information

#54AFAB (or 0x54AFAB) is unknown color: approx Fountain Blue. HEX triplet: 54, AF and AB. RGB value is (84,175,171). Sum of RGB (Red+Green+Blue) = 84+175+171=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #54AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AFAB is #AB5054. Grayscale: #939393. Windows color (decimal): -11227221 or 11251540. OLE color: 11251540.

HSL color Cylindrical-coordinate representation of color #54AFAB: hue angle of 177.36º 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 #54AFAB is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB84175171-
CMYK0.5200.020.31
HSL177.36º36.25%50.78%-
HSV(B)177.36º52%68.63%-
XYZ26.3435.4943.99-
YUV147.33141.3582.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.53%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=19.53%
G=40.70%
B=39.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841751710.5200.020.31177.3636.2550.78
Hex54AFAB34021Fb12433
Octal1242572536402372614463
Binary101010010101111101010111101000101111110110001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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