#57C0CA

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

Shades of Viking #57C0CA

Tints of Viking #57C0CA

Color information

#57C0CA (or 0x57C0CA) is unknown color: approx Viking. HEX triplet: 57, C0 and CA. RGB value is (87,192,202). Sum of RGB (Red+Green+Blue) = 87+192+202=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #57C0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0CA is #A83F35. Grayscale: #A1A1A1. Windows color (decimal): -11026230 or 13287511. OLE color: 13287511.

HSL color Cylindrical-coordinate representation of color #57C0CA: hue angle of 185.22º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57C0CA is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB87192202-
CMYK0.570.0500.21
HSL185.22º52.04%56.67%-
HSV(B)185.22º56.93%79.22%-
XYZ33.4443.9962.61-
YUV161.74150.7174.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.09%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=18.09%
G=39.92%
B=42.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871922020.570.0500.21185.2252.0456.67
Hex57C0CA395015b93439
Octal1273003127150252716471
Binary1010111110000001100101011100110101010110111001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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