Html Css Color HEX #57ADAB Fountain Blue

📋 copy color: '#57ADAB'

red 87 ◦ green 173 ◦ blue 171

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

Shades of Fountain Blue #57ADAB

Tints of Fountain Blue #57ADAB

RGB

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

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

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

R = 20.19%
G = 40.14%
B = 39.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#57ADAB (or 0x57ADAB) is known color: Fountain Blue. HEX triplet: 57, AD and AB. RGB value is (87,173,171). Sum of RGB (Red+Green+Blue) = 87+173+171=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #57ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57ADAB is #A85254. Grayscale: #929292. Windows color (decimal): -11031125 or 11251031. OLE color: 11251031.

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

Color convert

RGB 87 173 171 -
CMYK 0.50 0 0.01 0.32
HSL 178.6º 0.34% 0.51% -
HSV(B) 178.6º 0.5% 0.68% -
XYZ 26.22 34.85 43.87 -
YUV 147.06 141.51 85.16 -
System Red Green Blue C M Y K H S L
Decimal 87 173 171 0.50 0 0.01 0.32 178.6 0.34 0.51
Hex 57 AD AB 32 0 1 20 B3 22 33
Octal 127 255 253 62 0 1 40 263 42 63
Binary 1010111 10101101 10101011 110010 0 1 100000 10110011 100010 110011

Color Harmonies of #57ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ADAB

Black with #57ADAB

Text Example


Text Example

White with #57ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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