#54ABAB

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

Shades of Fountain Blue #54ABAB

Tints of Fountain Blue #54ABAB

Color information

#54ABAB (or 0x54ABAB) is unknown color: approx Fountain Blue. HEX triplet: 54, AB and AB. RGB value is (84,171,171). Sum of RGB (Red+Green+Blue) = 84+171+171=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #54ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ABAB is #AB5454. Grayscale: #909090. Windows color (decimal): -11228245 or 11250516. OLE color: 11250516.

HSL color Cylindrical-coordinate representation of color #54ABAB: hue angle of 180º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54ABAB is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84171171-
CMYK0.51000.33
HSL180º34.12%50%-
HSV(B)180º50.88%67.06%-
XYZ25.5733.9543.73-
YUV144.99142.6884.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.72%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=19.72%
G=40.14%
B=40.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841711710.51000.3318034.1250
Hex54ABAB330021b42232
Octal1242532536300412644262
Binary101010010101011101010111100110010000110110100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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