Html Css Color HEX #61C2C6 Viking

📋 copy color: '#61C2C6'

red 97 ◦ green 194 ◦ blue 198

#61C2C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #61C2C6

Tints of Viking #61C2C6

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 value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#61C2C6 (or 0x61C2C6) is known color: 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

RGB 97 194 198 -
CMYK 0.51 0.02 0 0.22
HSL 182.38º 0.47% 0.58% -
HSV(B) 182.38º 0.51% 0.78% -
XYZ 34.41 45.2 60.34 -
YUV 165.45 146.36 79.17 -
System Red Green Blue C M Y K H S L
Decimal 97 194 198 0.51 0.02 0 0.22 182.38 0.47 0.58
Hex 61 C2 C6 33 2 0 16 B6 2F 3A
Octal 141 302 306 63 2 0 26 266 57 72
Binary 1100001 11000010 11000110 110011 10 0 10110 10110110 101111 111010

Color Harmonies of #61C2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C2C6

Black with #61C2C6

Text Example


Text Example

White with #61C2C6

Text Example


Text Example

HTML Codes & Css Web 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>