#57C0BF

Color #57C0BF Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #57C0BF

Tints of Viking #57C0BF

Color information

#57C0BF (or 0x57C0BF) is unknown color: approx Viking. HEX triplet: 57, C0 and BF. RGB value is (87,192,191). Sum of RGB (Red+Green+Blue) = 87+192+191=470 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.51% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #57C0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0BF is #A83F40. Grayscale: #A0A0A0. Windows color (decimal): -11026241 or 12566615. OLE color: 12566615.

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

Color convert

RGB87192191-
CMYK0.5500.010.25
HSL179.43º45.45%54.71%-
HSV(B)179.43º54.69%75.29%-
XYZ32.1843.4955.99-
YUV160.49145.2175.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.51%
GREEN value IS 192 (75.39% from 255) = 40.85%
BLUE value IS 191 (75% from 255) = 40.64%
R=18.51%
G=40.85%
B=40.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871921910.5500.010.25179.4345.4554.71
Hex57C0BF370119b32d37
Octal1273002776701312635567
Binary10101111100000010111111110111011100110110011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57C0BF;
 }
 .AnyTagClassName
 {
   color: #57C0BF;
 }
</style>
background-color css

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

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

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

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

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

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