Html Css Color HEX #54BAB7 Fountain Blue

📋 copy color: '#54BAB7'

red 84 ◦ green 186 ◦ blue 183

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

Shades of Fountain Blue #54BAB7

Tints of Fountain Blue #54BAB7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.06%

 BLUE value IS 183 (71.88% from 255) = 40.4%

R = 18.54%
G = 41.06%
B = 40.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#54BAB7 (or 0x54BAB7) is known color: Fountain Blue. HEX triplet: 54, BA and B7. RGB value is (84,186,183). Sum of RGB (Red+Green+Blue) = 84+186+183=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #54BAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BAB7 is #AB4548. Grayscale: #9B9B9B. Windows color (decimal): -11224393 or 12040788. OLE color: 12040788.

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

Color convert

RGB 84 186 183 -
CMYK 0.55 0 0.02 0.27
HSL 178.24º 0.43% 0.53% -
HSV(B) 178.24º 0.55% 0.73% -
XYZ 29.76 40.42 51.03 -
YUV 155.16 143.71 77.24 -
System Red Green Blue C M Y K H S L
Decimal 84 186 183 0.55 0 0.02 0.27 178.24 0.43 0.53
Hex 54 BA B7 37 0 2 1B B2 2A 35
Octal 124 272 267 67 0 2 33 262 52 65
Binary 1010100 10111010 10110111 110111 0 10 11011 10110010 101010 110101

Color Harmonies of #54BAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BAB7

Black with #54BAB7

Text Example


Text Example

White with #54BAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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