#54BCB7

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

Shades of Fountain Blue #54BCB7

Tints of Fountain Blue #54BCB7

Color information

#54BCB7 (or 0x54BCB7) is unknown color: approx Fountain Blue. HEX triplet: 54, BC and B7. RGB value is (84,188,183). Sum of RGB (Red+Green+Blue) = 84+188+183=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #54BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCB7 is #AB4348. Grayscale: #9C9C9C. Windows color (decimal): -11223881 or 12041300. OLE color: 12041300.

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

Color convert

RGB84188183-
CMYK0.5500.030.26
HSL177.12º43.7%53.33%-
HSV(B)177.12º55.32%73.73%-
XYZ30.1941.2751.17-
YUV156.33143.0476.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.46%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 183 (71.88% from 255) = 40.22%
R=18.46%
G=41.32%
B=40.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841881830.5500.030.26177.1243.753.33
Hex54BCB737031Ab12c35
Octal1242742676703322615465
Binary101010010111100101101111101110111101010110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,188,183); }

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

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

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

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

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

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

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