Html Css Color HEX #54ACAB Fountain Blue

📋 copy color: '#54ACAB'

red 84 ◦ green 172 ◦ blue 171

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

Shades of Fountain Blue #54ACAB

Tints of Fountain Blue #54ACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.28%

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

R = 19.67%
G = 40.28%
B = 40.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#54ACAB (or 0x54ACAB) is known color: Fountain Blue. HEX triplet: 54, AC and AB. RGB value is (84,172,171). Sum of RGB (Red+Green+Blue) = 84+172+171=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #54ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ACAB is #AB5354. Grayscale: #919191. Windows color (decimal): -11227989 or 11250772. OLE color: 11250772.

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

Color convert

RGB 84 172 171 -
CMYK 0.51 0 0.01 0.33
HSL 179.32º 0.35% 0.5% -
HSV(B) 179.32º 0.51% 0.67% -
XYZ 25.76 34.33 43.8 -
YUV 145.57 142.35 84.08 -
System Red Green Blue C M Y K H S L
Decimal 84 172 171 0.51 0 0.01 0.33 179.32 0.35 0.5
Hex 54 AC AB 33 0 1 21 B3 23 32
Octal 124 254 253 63 0 1 41 263 43 62
Binary 1010100 10101100 10101011 110011 0 1 100001 10110011 100011 110010

Color Harmonies of #54ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACAB

Black with #54ACAB

Text Example


Text Example

White with #54ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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