#54B9BA

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

Shades of Fountain Blue #54B9BA

Tints of Fountain Blue #54B9BA

Color information

#54B9BA (or 0x54B9BA) is unknown color: approx Fountain Blue. HEX triplet: 54, B9 and BA. RGB value is (84,185,186). Sum of RGB (Red+Green+Blue) = 84+185+186=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #54B9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9BA is #AB4645. Grayscale: #9A9A9A. Windows color (decimal): -11224646 or 12237140. OLE color: 12237140.

HSL color Cylindrical-coordinate representation of color #54B9BA: hue angle of 180.59º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54B9BA is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84185186-
CMYK0.550.0100.27
HSL180.59º42.5%52.94%-
HSV(B)180.59º54.84%72.94%-
XYZ29.8740.1352.63-
YUV154.92145.5477.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.46%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=18.46%
G=40.66%
B=40.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841851860.550.0100.27180.5942.552.94
Hex54B9BA37101Bb52a35
Octal1242712726710332655265
Binary10101001011100110111010110111101101110110101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,185,186); }

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

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

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

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

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

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

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