Html Css Color HEX #54AFAB Fountain Blue

📋 copy color: '#54AFAB'

red 84 ◦ green 175 ◦ blue 171

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

Shades of Fountain Blue #54AFAB

Tints of Fountain Blue #54AFAB

RGB

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

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

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

R = 19.53%
G = 40.7%
B = 39.77%

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

#54AFAB (or 0x54AFAB) is known color: Fountain Blue. HEX triplet: 54, AF and AB. RGB value is (84,175,171). Sum of RGB (Red+Green+Blue) = 84+175+171=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #54AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AFAB is #AB5054. Grayscale: #939393. Windows color (decimal): -11227221 or 11251540. OLE color: 11251540.

HSL color Cylindrical-coordinate representation of color #54AFAB: hue angle of 177.36º 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 #54AFAB is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 175 171 -
CMYK 0.52 0 0.02 0.31
HSL 177.36º 0.36% 0.51% -
HSV(B) 177.36º 0.52% 0.69% -
XYZ 26.34 35.49 43.99 -
YUV 147.34 141.35 82.83 -
System Red Green Blue C M Y K H S L
Decimal 84 175 171 0.52 0 0.02 0.31 177.36 0.36 0.51
Hex 54 AF AB 34 0 2 1F B1 24 33
Octal 124 257 253 64 0 2 37 261 44 63
Binary 1010100 10101111 10101011 110100 0 10 11111 10110001 100100 110011

Color Harmonies of #54AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AFAB

Black with #54AFAB

Text Example


Text Example

White with #54AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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