#57c2ce

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

Shades of Viking #57C2CE

Tints of Viking #57C2CE

Color information

#57C2CE (or 0x57C2CE) is unknown color: approx Viking. HEX triplet: 57, C2 and CE. RGB value is (87,194,206). Sum of RGB (Red+Green+Blue) = 87+194+206=487 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.86% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #57C2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C2CE is #A83D31. Grayscale: #A3A3A3. Windows color (decimal): -11025714 or 13550167. OLE color: 13550167.

HSL color Cylindrical-coordinate representation of color #57C2CE: hue angle of 186.05º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57C2CE is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB87194206-
CMYK0.580.0600.19
HSL186.05º54.84%57.45%-
HSV(B)186.05º57.77%80.78%-
XYZ34.3645.0765.28-
YUV163.38152.0573.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.86%
GREEN value IS 194 (76.17% from 255) = 39.84%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=17.86%
G=39.84%
B=42.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal871942060.580.0600.19186.0554.8457.45
Hex57C2CE3A6013ba3739
Octal1273023167260232726771
Binary1010111110000101100111011101011001001110111010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57c2ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,194,206); }

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

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

 a { background-color: rgb(87,194,206); }

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

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

 span { border-color: rgb(87,194,206); }

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