#54BEB9

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

Shades of Fountain Blue #54BEB9

Tints of Fountain Blue #54BEB9

Color information

#54BEB9 (or 0x54BEB9) is unknown color: approx Fountain Blue. HEX triplet: 54, BE and B9. RGB value is (84,190,185). Sum of RGB (Red+Green+Blue) = 84+190+185=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #54BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BEB9 is #AB4146. Grayscale: #9D9D9D. Windows color (decimal): -11223367 or 12172884. OLE color: 12172884.

HSL color Cylindrical-coordinate representation of color #54BEB9: hue angle of 177.17º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BEB9 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB84190185-
CMYK0.5600.030.25
HSL177.17º44.92%53.73%-
HSV(B)177.17º55.79%74.51%-
XYZ30.8342.2152.42-
YUV157.74143.3875.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.30%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=18.30%
G=41.39%
B=40.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841901850.5600.030.25177.1744.9253.73
Hex54BEB9380319b12d36
Octal1242762717003312615566
Binary101010010111110101110011110000111100110110001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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