Html Css Color HEX #54ADAD Fountain Blue

📋 copy color: '#54ADAD'

red 84 ◦ green 173 ◦ blue 173

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

Shades of Fountain Blue #54ADAD

Tints of Fountain Blue #54ADAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 19.53%
G = 40.23%
B = 40.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#54ADAD (or 0x54ADAD) is known color: Fountain Blue. HEX triplet: 54, AD and AD. RGB value is (84,173,173). Sum of RGB (Red+Green+Blue) = 84+173+173=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #54ADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ADAD is #AB5252. Grayscale: #929292. Windows color (decimal): -11227731 or 11382100. OLE color: 11382100.

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

Color convert

RGB 84 173 173 -
CMYK 0.51 0 0 0.32
HSL 180º 0.35% 0.5% -
HSV(B) 180º 0.51% 0.68% -
XYZ 26.14 34.79 44.87 -
YUV 146.39 143.01 83.5 -
System Red Green Blue C M Y K H S L
Decimal 84 173 173 0.51 0 0 0.32 180 0.35 0.5
Hex 54 AD AD 33 0 0 20 B4 23 32
Octal 124 255 255 63 0 0 40 264 43 62
Binary 1010100 10101101 10101101 110011 0 0 100000 10110100 100011 110010

Color Harmonies of #54ADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADAD

Black with #54ADAD

Text Example


Text Example

White with #54ADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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