Html Css Color HEX #57ADAA Fountain Blue

📋 copy color: '#57ADAA'

red 87 ◦ green 173 ◦ blue 170

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

Shades of Fountain Blue #57ADAA

Tints of Fountain Blue #57ADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.23%

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 20.23%
G = 40.23%
B = 39.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#57ADAA (or 0x57ADAA) is known color: Fountain Blue. HEX triplet: 57, AD and AA. RGB value is (87,173,170). Sum of RGB (Red+Green+Blue) = 87+173+170=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #57ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57ADAA is #A85255. Grayscale: #929292. Windows color (decimal): -11031126 or 11185495. OLE color: 11185495.

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

Color convert

RGB 87 173 170 -
CMYK 0.50 0 0.02 0.32
HSL 177.91º 0.34% 0.51% -
HSV(B) 177.91º 0.5% 0.68% -
XYZ 26.13 34.82 43.37 -
YUV 146.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 87 173 170 0.50 0 0.02 0.32 177.91 0.34 0.51
Hex 57 AD AA 32 0 2 20 B2 22 33
Octal 127 255 252 62 0 2 40 262 42 63
Binary 1010111 10101101 10101010 110010 0 10 100000 10110010 100010 110011

Color Harmonies of #57ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ADAA

Black with #57ADAA

Text Example


Text Example

White with #57ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,173,170); }

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

background-color css

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

 a { background-color: rgb(87,173,170); }

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

border-color css

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

 span { border-color: rgb(87,173,170); }

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