Html Css Color HEX #54ACAA Fountain Blue

📋 copy color: '#54ACAA'

red 84 ◦ green 172 ◦ blue 170

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

Shades of Fountain Blue #54ACAA

Tints of Fountain Blue #54ACAA

RGB

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

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

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

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

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #54ACAA: hue angle of 178.64º 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 #54ACAA is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 172 170 -
CMYK 0.51 0 0.01 0.33
HSL 178.64º 0.35% 0.5% -
HSV(B) 178.64º 0.51% 0.67% -
XYZ 25.66 34.29 43.3 -
YUV 145.46 141.85 84.16 -
System Red Green Blue C M Y K H S L
Decimal 84 172 170 0.51 0 0.01 0.33 178.64 0.35 0.5
Hex 54 AC AA 33 0 1 21 B3 23 32
Octal 124 254 252 63 0 1 41 263 43 62
Binary 1010100 10101100 10101010 110011 0 1 100001 10110011 100011 110010

Color Harmonies of #54ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACAA

Black with #54ACAA

Text Example


Text Example

White with #54ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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