Html Css Color HEX #54BFBA Fountain Blue

📋 copy color: '#54BFBA'

red 84 ◦ green 191 ◦ blue 186

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

Shades of Fountain Blue #54BFBA

Tints of Fountain Blue #54BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 41.43%

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

R = 18.22%
G = 41.43%
B = 40.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#54BFBA (or 0x54BFBA) is known color: Fountain Blue. HEX triplet: 54, BF and BA. RGB value is (84,191,186). Sum of RGB (Red+Green+Blue) = 84+191+186=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #54BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BFBA is #AB4045. Grayscale: #9E9E9E. Windows color (decimal): -11223110 or 12238676. OLE color: 12238676.

HSL color Cylindrical-coordinate representation of color #54BFBA: hue angle of 177.2º degrees, saturation: 0.46, 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 #54BFBA is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 191 186 -
CMYK 0.56 0 0.03 0.25
HSL 177.2º 0.46% 0.54% -
HSV(B) 177.2º 0.56% 0.75% -
XYZ 31.15 42.69 53.05 -
YUV 158.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 84 191 186 0.56 0 0.03 0.25 177.2 0.46 0.54
Hex 54 BF BA 38 0 3 19 B1 2E 36
Octal 124 277 272 70 0 3 31 261 56 66
Binary 1010100 10111111 10111010 111000 0 11 11001 10110001 101110 110110

Color Harmonies of #54BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BFBA

Black with #54BFBA

Text Example


Text Example

White with #54BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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