#54B9B8

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

Shades of Fountain Blue #54B9B8

Tints of Fountain Blue #54B9B8

Color information

#54B9B8 (or 0x54B9B8) is unknown color: approx Fountain Blue. HEX triplet: 54, B9 and B8. RGB value is (84,185,184). Sum of RGB (Red+Green+Blue) = 84+185+184=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #54B9B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9B8 is #AB4647. Grayscale: #9A9A9A. Windows color (decimal): -11224648 or 12106068. OLE color: 12106068.

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

Color convert

RGB84185184-
CMYK0.5500.010.27
HSL179.41º41.91%52.75%-
HSV(B)179.41º54.59%72.55%-
XYZ29.6640.0451.51-
YUV154.69144.5477.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.54%
GREEN value IS 185 (72.66% from 255) = 40.84%
BLUE value IS 184 (72.27% from 255) = 40.62%
R=18.54%
G=40.84%
B=40.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841851840.5500.010.27179.4141.9152.75
Hex54B9B837011Bb32a35
Octal1242712706701332635265
Binary10101001011100110111000110111011101110110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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