Html Css Color HEX #54AEAB Fountain Blue

📋 copy color: '#54AEAB'

red 84 ◦ green 174 ◦ blue 171

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

Shades of Fountain Blue #54AEAB

Tints of Fountain Blue #54AEAB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.56%

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

R = 19.58%
G = 40.56%
B = 39.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#54AEAB (or 0x54AEAB) is known color: Fountain Blue. HEX triplet: 54, AE and AB. RGB value is (84,174,171). Sum of RGB (Red+Green+Blue) = 84+174+171=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #54AEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AEAB is #AB5154. Grayscale: #929292. Windows color (decimal): -11227477 or 11251284. OLE color: 11251284.

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

Color convert

RGB 84 174 171 -
CMYK 0.52 0 0.02 0.32
HSL 178º 0.36% 0.51% -
HSV(B) 178º 0.52% 0.68% -
XYZ 26.14 35.1 43.92 -
YUV 146.75 141.68 83.24 -
System Red Green Blue C M Y K H S L
Decimal 84 174 171 0.52 0 0.02 0.32 178 0.36 0.51
Hex 54 AE AB 34 0 2 20 B2 24 33
Octal 124 256 253 64 0 2 40 262 44 63
Binary 1010100 10101110 10101011 110100 0 10 100000 10110010 100100 110011

Color Harmonies of #54AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AEAB

Black with #54AEAB

Text Example


Text Example

White with #54AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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