Html Css Color HEX #54ADAC Fountain Blue

📋 copy color: '#54ADAC'

red 84 ◦ green 173 ◦ blue 172

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

Shades of Fountain Blue #54ADAC

Tints of Fountain Blue #54ADAC

RGB

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

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

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

R = 19.58%
G = 40.33%
B = 40.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#54ADAC (or 0x54ADAC) is known color: Fountain Blue. HEX triplet: 54, AD and AC. RGB value is (84,173,172). Sum of RGB (Red+Green+Blue) = 84+173+172=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #54ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ADAC is #AB5253. Grayscale: #929292. Windows color (decimal): -11227732 or 11316564. OLE color: 11316564.

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

Color convert

RGB 84 173 172 -
CMYK 0.51 0 0.01 0.32
HSL 179.33º 0.35% 0.5% -
HSV(B) 179.33º 0.51% 0.68% -
XYZ 26.05 34.75 44.36 -
YUV 146.28 142.51 83.58 -
System Red Green Blue C M Y K H S L
Decimal 84 173 172 0.51 0 0.01 0.32 179.33 0.35 0.5
Hex 54 AD AC 33 0 1 20 B3 23 32
Octal 124 255 254 63 0 1 40 263 43 62
Binary 1010100 10101101 10101100 110011 0 1 100000 10110011 100011 110010

Color Harmonies of #54ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADAC

Black with #54ADAC

Text Example


Text Example

White with #54ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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