#54BDB9

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

Shades of Fountain Blue #54BDB9

Tints of Fountain Blue #54BDB9

Color information

#54BDB9 (or 0x54BDB9) is unknown color: approx Fountain Blue. HEX triplet: 54, BD and B9. RGB value is (84,189,185). Sum of RGB (Red+Green+Blue) = 84+189+185=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #54BDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDB9 is #AB4246. Grayscale: #9D9D9D. Windows color (decimal): -11223623 or 12172628. OLE color: 12172628.

HSL color Cylindrical-coordinate representation of color #54BDB9: hue angle of 177.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BDB9 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB84189185-
CMYK0.5600.020.26
HSL177.71º44.3%53.53%-
HSV(B)177.71º55.56%74.12%-
XYZ30.6141.7852.35-
YUV157.15143.7175.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.34%
GREEN value IS 189 (74.22% from 255) = 41.27%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=18.34%
G=41.27%
B=40.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841891850.5600.020.26177.7144.353.53
Hex54BDB938021Ab22c36
Octal1242752717002322625466
Binary101010010111101101110011110000101101010110010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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