Html Css Color HEX #57AEAB Fountain Blue

📋 copy color: '#57AEAB'

red 87 ◦ green 174 ◦ blue 171

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

Shades of Fountain Blue #57AEAB

Tints of Fountain Blue #57AEAB

RGB

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

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

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

R = 20.14%
G = 40.28%
B = 39.58%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#57AEAB (or 0x57AEAB) is known color: Fountain Blue. HEX triplet: 57, AE and AB. RGB value is (87,174,171). Sum of RGB (Red+Green+Blue) = 87+174+171=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #57AEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AEAB is #A85154. Grayscale: #939393. Windows color (decimal): -11030869 or 11251287. OLE color: 11251287.

HSL color Cylindrical-coordinate representation of color #57AEAB: hue angle of 177.93º 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 #57AEAB is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 174 171 -
CMYK 0.5 0 0.02 0.32
HSL 177.93º 0.35% 0.51% -
HSV(B) 177.93º 0.5% 0.68% -
XYZ 26.42 35.24 43.94 -
YUV 147.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 87 174 171 0.5 0 0.02 0.32 177.93 0.35 0.51
Hex 57 AE AB 32 0 2 20 B2 23 33
Octal 127 256 253 62 0 2 40 262 43 63
Binary 1010111 10101110 10101011 110010 0 10 100000 10110010 100011 110011

Color Harmonies of #57AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AEAB

Black with #57AEAB

Text Example


Text Example

White with #57AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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