Html Css Color HEX #57AEAC Fountain Blue

📋 copy color: '#57AEAC'

red 87 ◦ green 174 ◦ blue 172

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

Shades of Fountain Blue #57AEAC

Tints of Fountain Blue #57AEAC

RGB

 RED value IS 87 (34.38% from 255) = 20.09%

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

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

R = 20.09%
G = 40.18%
B = 39.72%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#57AEAC (or 0x57AEAC) is known color: Fountain Blue. HEX triplet: 57, AE and AC. RGB value is (87,174,172). Sum of RGB (Red+Green+Blue) = 87+174+172=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #57AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AEAC is #A85153. Grayscale: #939393. Windows color (decimal): -11030868 or 11316823. OLE color: 11316823.

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

Color convert

RGB 87 174 172 -
CMYK 0.5 0 0.01 0.32
HSL 178.62º 0.35% 0.51% -
HSV(B) 178.62º 0.5% 0.68% -
XYZ 26.51 35.28 44.44 -
YUV 147.76 141.68 84.66 -
System Red Green Blue C M Y K H S L
Decimal 87 174 172 0.5 0 0.01 0.32 178.62 0.35 0.51
Hex 57 AE AC 32 0 1 20 B3 23 33
Octal 127 256 254 62 0 1 40 263 43 63
Binary 1010111 10101110 10101100 110010 0 1 100000 10110011 100011 110011

Color Harmonies of #57AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AEAC

Black with #57AEAC

Text Example


Text Example

White with #57AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57AEAC; }

 p { color: rgb(87,174,172); }

 H1.HeaderClassName
 {
   color: #57AEAC;
 }
 .AnyTagClassName
 {
   color: #57AEAC;
 }
</style>

background-color css

<style>
 a { background-color: #57AEAC; }

 a { background-color: rgb(87,174,172); }

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

border-color css

<style>
 span { border-color: #57AEAC; }

 span { border-color: rgb(87,174,172); }

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