Html Css Color HEX #54AAAC Fountain Blue

📋 copy color: '#54AAAC'

red 84 ◦ green 170 ◦ blue 172

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

Shades of Fountain Blue #54AAAC

Tints of Fountain Blue #54AAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 19.72%
G = 39.91%
B = 40.38%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#54AAAC (or 0x54AAAC) is known color: Fountain Blue. HEX triplet: 54, AA and AC. RGB value is (84,170,172). Sum of RGB (Red+Green+Blue) = 84+170+172=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #54AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AAAC is #AB5553. Grayscale: #909090. Windows color (decimal): -11228500 or 11315796. OLE color: 11315796.

HSL color Cylindrical-coordinate representation of color #54AAAC: hue angle of 181.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AAAC is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 170 172 -
CMYK 0.51 0.01 0 0.33
HSL 181.36º 0.35% 0.5% -
HSV(B) 181.36º 0.51% 0.67% -
XYZ 25.48 33.61 44.17 -
YUV 144.51 143.51 84.84 -
System Red Green Blue C M Y K H S L
Decimal 84 170 172 0.51 0.01 0 0.33 181.36 0.35 0.5
Hex 54 AA AC 33 1 0 21 B5 23 32
Octal 124 252 254 63 1 0 41 265 43 62
Binary 1010100 10101010 10101100 110011 1 0 100001 10110101 100011 110010

Color Harmonies of #54AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AAAC

Black with #54AAAC

Text Example


Text Example

White with #54AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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