#57C0C4

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

Shades of Viking #57C0C4

Tints of Viking #57C0C4

Color information

#57C0C4 (or 0x57C0C4) is unknown color: approx Viking. HEX triplet: 57, C0 and C4. RGB value is (87,192,196). Sum of RGB (Red+Green+Blue) = 87+192+196=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #57C0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0C4 is #A83F3B. Grayscale: #A0A0A0. Windows color (decimal): -11026236 or 12894295. OLE color: 12894295.

HSL color Cylindrical-coordinate representation of color #57C0C4: hue angle of 182.2º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C0C4 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB87192196-
CMYK0.560.0200.23
HSL182.2º48.02%55.49%-
HSV(B)182.2º55.61%76.86%-
XYZ32.7443.7158.94-
YUV161.06147.7175.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.32%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=18.32%
G=40.42%
B=41.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal871921960.560.0200.23182.248.0255.49
Hex57C0C4382017b63037
Octal1273003047020272666067
Binary101011111000000110001001110001001011110110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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