Html Css Color HEX #54AAB3 Fountain Blue

📋 copy color: '#54AAB3'

red 84 ◦ green 170 ◦ blue 179

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

Shades of Fountain Blue #54AAB3

Tints of Fountain Blue #54AAB3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.26%

 BLUE value IS 179 (70.31% from 255) = 41.34%

R = 19.4%
G = 39.26%
B = 41.34%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#54AAB3 (or 0x54AAB3) is known color: Fountain Blue. HEX triplet: 54, AA and B3. RGB value is (84,170,179). Sum of RGB (Red+Green+Blue) = 84+170+179=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #54AAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAB3 is #AB554C. Grayscale: #919191. Windows color (decimal): -11228493 or 11774548. OLE color: 11774548.

HSL color Cylindrical-coordinate representation of color #54AAB3: hue angle of 185.68º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54AAB3 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 170 179 -
CMYK 0.53 0.05 0 0.30
HSL 185.68º 0.38% 0.52% -
HSV(B) 185.68º 0.53% 0.7% -
XYZ 26.17 33.89 47.81 -
YUV 145.31 147.01 84.27 -
System Red Green Blue C M Y K H S L
Decimal 84 170 179 0.53 0.05 0 0.30 185.68 0.38 0.52
Hex 54 AA B3 35 5 0 1E BA 26 34
Octal 124 252 263 65 5 0 36 272 46 64
Binary 1010100 10101010 10110011 110101 101 0 11110 10111010 100110 110100

Color Harmonies of #54AAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AAB3

Black with #54AAB3

Text Example


Text Example

White with #54AAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,170,179); }

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

background-color css

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

 a { background-color: rgb(84,170,179); }

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

border-color css

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

 span { border-color: rgb(84,170,179); }

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