#61C2C6

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

Shades of Viking #61C2C6

Tints of Viking #61C2C6

Color information

#61C2C6 (or 0x61C2C6) is unknown color: approx Viking. HEX triplet: 61, C2 and C6. RGB value is (97,194,198). Sum of RGB (Red+Green+Blue) = 97+194+198=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #61C2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C2C6 is #9E3D39. Grayscale: #A5A5A5. Windows color (decimal): -10370362 or 13025889. OLE color: 13025889.

HSL color Cylindrical-coordinate representation of color #61C2C6: hue angle of 182.38º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C2C6 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97194198-
CMYK0.510.0200.22
HSL182.38º46.98%57.84%-
HSV(B)182.38º51.01%77.65%-
XYZ34.4145.260.34-
YUV165.45146.3679.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.84%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 198 (77.73% from 255) = 40.49%
R=19.84%
G=39.67%
B=40.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971941980.510.0200.22182.3846.9857.84
Hex61C2C6332016b62f3a
Octal1413023066320262665772
Binary110000111000010110001101100111001011010110110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61C2C6; }

 p { color: rgb(97,194,198); }

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

<style>
 a { background-color: #61C2C6; }

 a { background-color: rgb(97,194,198); }

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

<style>
 span { border-color: #61C2C6; }

 span { border-color: rgb(97,194,198); }

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