Html Css Color HEX #54B8BA Fountain Blue

📋 copy color: '#54B8BA'

red 84 ◦ green 184 ◦ blue 186

#54B8BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #54B8BA

Tints of Fountain Blue #54B8BA

RGB

 RED value IS 84 (33.2% from 255) = 18.5%

 GREEN value IS 184 (72.27% from 255) = 40.53%

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 18.5%
G = 40.53%
B = 40.97%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#54B8BA (or 0x54B8BA) is known color: Fountain Blue. HEX triplet: 54, B8 and BA. RGB value is (84,184,186). Sum of RGB (Red+Green+Blue) = 84+184+186=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #54B8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B8BA is #AB4745. Grayscale: #9A9A9A. Windows color (decimal): -11224902 or 12236884. OLE color: 12236884.

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

Color convert

RGB 84 184 186 -
CMYK 0.55 0.01 0 0.27
HSL 181.18º 0.43% 0.53% -
HSV(B) 181.18º 0.55% 0.73% -
XYZ 29.66 39.71 52.56 -
YUV 154.33 145.87 77.84 -
System Red Green Blue C M Y K H S L
Decimal 84 184 186 0.55 0.01 0 0.27 181.18 0.43 0.53
Hex 54 B8 BA 37 1 0 1B B5 2A 35
Octal 124 270 272 67 1 0 33 265 52 65
Binary 1010100 10111000 10111010 110111 1 0 11011 10110101 101010 110101

Color Harmonies of #54B8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B8BA

Black with #54B8BA

Text Example


Text Example

White with #54B8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54B8BA;
 }
 .AnyTagClassName
 {
   color: #54B8BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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