Html Css Color HEX #54ADAB Fountain Blue

📋 copy color: '#54ADAB'

red 84 ◦ green 173 ◦ blue 171

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

Shades of Fountain Blue #54ADAB

Tints of Fountain Blue #54ADAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 19.63%
G = 40.42%
B = 39.95%

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

#54ADAB (or 0x54ADAB) is known color: Fountain Blue. HEX triplet: 54, AD and AB. RGB value is (84,173,171). Sum of RGB (Red+Green+Blue) = 84+173+171=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #54ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ADAB is #AB5254. Grayscale: #929292. Windows color (decimal): -11227733 or 11251028. OLE color: 11251028.

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

Color convert

RGB 84 173 171 -
CMYK 0.51 0 0.01 0.32
HSL 178.65º 0.35% 0.5% -
HSV(B) 178.65º 0.51% 0.68% -
XYZ 25.95 34.71 43.86 -
YUV 146.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 84 173 171 0.51 0 0.01 0.32 178.65 0.35 0.5
Hex 54 AD AB 33 0 1 20 B3 23 32
Octal 124 255 253 63 0 1 40 263 43 62
Binary 1010100 10101101 10101011 110011 0 1 100000 10110011 100011 110010

Color Harmonies of #54ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADAB

Black with #54ADAB

Text Example


Text Example

White with #54ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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