Html Css Color HEX #54B1AE Fountain Blue

📋 copy color: '#54B1AE'

red 84 ◦ green 177 ◦ blue 174

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

Shades of Fountain Blue #54B1AE

Tints of Fountain Blue #54B1AE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

 BLUE value IS 174 (68.36% from 255) = 40%

R = 19.31%
G = 40.69%
B = 40%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#54B1AE (or 0x54B1AE) is known color: Fountain Blue. HEX triplet: 54, B1 and AE. RGB value is (84,177,174). Sum of RGB (Red+Green+Blue) = 84+177+174=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #54B1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B1AE is #AB4E51. Grayscale: #949494. Windows color (decimal): -11226706 or 11448660. OLE color: 11448660.

HSL color Cylindrical-coordinate representation of color #54B1AE: hue angle of 178.06º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B1AE is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 177 174 -
CMYK 0.53 0 0.02 0.31
HSL 178.06º 0.37% 0.51% -
HSV(B) 178.06º 0.53% 0.69% -
XYZ 27.02 36.39 45.64 -
YUV 148.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 84 177 174 0.53 0 0.02 0.31 178.06 0.37 0.51
Hex 54 B1 AE 35 0 2 1F B2 25 33
Octal 124 261 256 65 0 2 37 262 45 63
Binary 1010100 10110001 10101110 110101 0 10 11111 10110010 100101 110011

Color Harmonies of #54B1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B1AE

Black with #54B1AE

Text Example


Text Example

White with #54B1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,177,174); }

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

background-color css

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

 a { background-color: rgb(84,177,174); }

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

border-color css

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

 span { border-color: rgb(84,177,174); }

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