Html Css Color HEX #57A8AF Fountain Blue

📋 copy color: '#57A8AF'

red 87 ◦ green 168 ◦ blue 175

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

Shades of Fountain Blue #57A8AF

Tints of Fountain Blue #57A8AF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.07%

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 20.23%
G = 39.07%
B = 40.7%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#57A8AF (or 0x57A8AF) is known color: Fountain Blue. HEX triplet: 57, A8 and AF. RGB value is (87,168,175). Sum of RGB (Red+Green+Blue) = 87+168+175=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #57A8AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A8AF is #A85750. Grayscale: #909090. Windows color (decimal): -11032401 or 11511895. OLE color: 11511895.

HSL color Cylindrical-coordinate representation of color #57A8AF: hue angle of 184.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57A8AF is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 168 175 -
CMYK 0.50 0.04 0 0.31
HSL 184.77º 0.35% 0.51% -
HSV(B) 184.77º 0.5% 0.69% -
XYZ 25.67 33.13 45.6 -
YUV 144.58 145.16 86.93 -
System Red Green Blue C M Y K H S L
Decimal 87 168 175 0.50 0.04 0 0.31 184.77 0.35 0.51
Hex 57 A8 AF 32 4 0 1F B9 23 33
Octal 127 250 257 62 4 0 37 271 43 63
Binary 1010111 10101000 10101111 110010 100 0 11111 10111001 100011 110011

Color Harmonies of #57A8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A8AF

Black with #57A8AF

Text Example


Text Example

White with #57A8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,168,175); }

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

background-color css

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

 a { background-color: rgb(87,168,175); }

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

border-color css

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

 span { border-color: rgb(87,168,175); }

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