Html Css Color HEX #57C0BA Fountain Blue

📋 copy color: '#57C0BA'

red 87 ◦ green 192 ◦ blue 186

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

Shades of Fountain Blue #57C0BA

Tints of Fountain Blue #57C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.29%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 18.71%
G = 41.29%
B = 40%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#57C0BA (or 0x57C0BA) is known color: Fountain Blue. HEX triplet: 57, C0 and BA. RGB value is (87,192,186). Sum of RGB (Red+Green+Blue) = 87+192+186=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #57C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0BA is #A83F45. Grayscale: #9F9F9F. Windows color (decimal): -11026246 or 12238935. OLE color: 12238935.

HSL color Cylindrical-coordinate representation of color #57C0BA: hue angle of 176.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C0BA is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 192 186 -
CMYK 0.55 0 0.03 0.25
HSL 176.57º 0.45% 0.55% -
HSV(B) 176.57º 0.55% 0.75% -
XYZ 31.64 43.27 53.14 -
YUV 159.92 142.71 75.99 -
System Red Green Blue C M Y K H S L
Decimal 87 192 186 0.55 0 0.03 0.25 176.57 0.45 0.55
Hex 57 C0 BA 37 0 3 19 B1 2D 37
Octal 127 300 272 67 0 3 31 261 55 67
Binary 1010111 11000000 10111010 110111 0 11 11001 10110001 101101 110111

Color Harmonies of #57C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C0BA

Black with #57C0BA

Text Example


Text Example

White with #57C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,192,186); }

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

background-color css

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

 a { background-color: rgb(87,192,186); }

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

border-color css

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

 span { border-color: rgb(87,192,186); }

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