Html Css Color HEX #54ADAE Fountain Blue

📋 copy color: '#54ADAE'

red 84 ◦ green 173 ◦ blue 174

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

Shades of Fountain Blue #54ADAE

Tints of Fountain Blue #54ADAE

RGB

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

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

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

R = 19.49%
G = 40.14%
B = 40.37%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#54ADAE (or 0x54ADAE) is known color: Fountain Blue. HEX triplet: 54, AD and AE. RGB value is (84,173,174). Sum of RGB (Red+Green+Blue) = 84+173+174=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #54ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ADAE is #AB5251. Grayscale: #929292. Windows color (decimal): -11227730 or 11447636. OLE color: 11447636.

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

Color convert

RGB 84 173 174 -
CMYK 0.52 0.01 0 0.32
HSL 180.67º 0.36% 0.51% -
HSV(B) 180.67º 0.52% 0.68% -
XYZ 26.24 34.83 45.38 -
YUV 146.5 143.51 83.42 -
System Red Green Blue C M Y K H S L
Decimal 84 173 174 0.52 0.01 0 0.32 180.67 0.36 0.51
Hex 54 AD AE 34 1 0 20 B5 24 33
Octal 124 255 256 64 1 0 40 265 44 63
Binary 1010100 10101101 10101110 110100 1 0 100000 10110101 100100 110011

Color Harmonies of #54ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADAE

Black with #54ADAE

Text Example


Text Example

White with #54ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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