#54BBB6

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

Shades of Fountain Blue #54BBB6

Tints of Fountain Blue #54BBB6

Color information

#54BBB6 (or 0x54BBB6) is unknown color: approx Fountain Blue. HEX triplet: 54, BB and B6. RGB value is (84,187,182). Sum of RGB (Red+Green+Blue) = 84+187+182=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #54BBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBB6 is #AB4449. Grayscale: #9B9B9B. Windows color (decimal): -11224138 or 11975508. OLE color: 11975508.

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

Color convert

RGB84187182-
CMYK0.5500.030.27
HSL177.09º43.1%53.14%-
HSV(B)177.09º55.08%73.33%-
XYZ29.8740.850.56-
YUV155.63142.8876.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.54%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 182 (71.48% from 255) = 40.18%
R=18.54%
G=41.28%
B=40.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841871820.5500.030.27177.0943.153.14
Hex54BBB637031Bb12b35
Octal1242732666703332615365
Binary101010010111011101101101101110111101110110001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,187,182); }

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

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

 a { background-color: rgb(84,187,182); }

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

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

 span { border-color: rgb(84,187,182); }

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