#54B4B9

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

Shades of Fountain Blue #54B4B9

Tints of Fountain Blue #54B4B9

Color information

#54B4B9 (or 0x54B4B9) is unknown color: approx Fountain Blue. HEX triplet: 54, B4 and B9. RGB value is (84,180,185). Sum of RGB (Red+Green+Blue) = 84+180+185=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #54B4B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B4B9 is #AB4B46. Grayscale: #979797. Windows color (decimal): -11225927 or 12170324. OLE color: 12170324.

HSL color Cylindrical-coordinate representation of color #54B4B9: hue angle of 182.97º 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 #54B4B9 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84180185-
CMYK0.550.0300.27
HSL182.97º41.91%52.75%-
HSV(B)182.97º54.59%72.55%-
XYZ28.7338.0351.73-
YUV151.87146.779.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.71%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 185 (72.66% from 255) = 41.20%
R=18.71%
G=40.09%
B=41.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841801850.550.0300.27182.9741.9152.75
Hex54B4B937301Bb72a35
Octal1242642716730332675265
Binary101010010110100101110011101111101101110110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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