Html Css Color HEX #54AFAC Fountain Blue

📋 copy color: '#54AFAC'

red 84 ◦ green 175 ◦ blue 172

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

Shades of Fountain Blue #54AFAC

Tints of Fountain Blue #54AFAC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

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

R = 19.49%
G = 40.6%
B = 39.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#54AFAC (or 0x54AFAC) is known color: Fountain Blue. HEX triplet: 54, AF and AC. RGB value is (84,175,172). Sum of RGB (Red+Green+Blue) = 84+175+172=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #54AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AFAC is #AB5053. Grayscale: #939393. Windows color (decimal): -11227220 or 11317076. OLE color: 11317076.

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

Color convert

RGB 84 175 172 -
CMYK 0.52 0 0.02 0.31
HSL 178.02º 0.36% 0.51% -
HSV(B) 178.02º 0.52% 0.69% -
XYZ 26.43 35.52 44.49 -
YUV 147.45 141.85 82.74 -
System Red Green Blue C M Y K H S L
Decimal 84 175 172 0.52 0 0.02 0.31 178.02 0.36 0.51
Hex 54 AF AC 34 0 2 1F B2 24 33
Octal 124 257 254 64 0 2 37 262 44 63
Binary 1010100 10101111 10101100 110100 0 10 11111 10110010 100100 110011

Color Harmonies of #54AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AFAC

Black with #54AFAC

Text Example


Text Example

White with #54AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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