Html Css Color HEX #54ADAA Fountain Blue

📋 copy color: '#54ADAA'

red 84 ◦ green 173 ◦ blue 170

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

Shades of Fountain Blue #54ADAA

Tints of Fountain Blue #54ADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.52%

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

R = 19.67%
G = 40.52%
B = 39.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#54ADAA (or 0x54ADAA) is known color: Fountain Blue. HEX triplet: 54, AD and AA. RGB value is (84,173,170). Sum of RGB (Red+Green+Blue) = 84+173+170=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #54ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ADAA is #AB5255. Grayscale: #919191. Windows color (decimal): -11227734 or 11185492. OLE color: 11185492.

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

Color convert

RGB 84 173 170 -
CMYK 0.51 0 0.02 0.32
HSL 177.98º 0.35% 0.5% -
HSV(B) 177.98º 0.51% 0.68% -
XYZ 25.86 34.67 43.36 -
YUV 146.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 84 173 170 0.51 0 0.02 0.32 177.98 0.35 0.5
Hex 54 AD AA 33 0 2 20 B2 23 32
Octal 124 255 252 63 0 2 40 262 43 62
Binary 1010100 10101101 10101010 110011 0 10 100000 10110010 100011 110010

Color Harmonies of #54ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADAA

Black with #54ADAA

Text Example


Text Example

White with #54ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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