Html Css Color HEX #61C0CD Viking

📋 copy color: '#61C0CD'

red 97 ◦ green 192 ◦ blue 205

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

Shades of Viking #61C0CD

Tints of Viking #61C0CD

RGB

 RED value IS 97 (38.28% from 255) = 19.64%

 GREEN value IS 192 (75.39% from 255) = 38.87%

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 19.64%
G = 38.87%
B = 41.5%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#61C0CD (or 0x61C0CD) is known color: Viking. HEX triplet: 61, C0 and CD. RGB value is (97,192,205). Sum of RGB (Red+Green+Blue) = 97+192+205=494 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.64% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #61C0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C0CD is #9E3F32. Grayscale: #A4A4A4. Windows color (decimal): -10370867 or 13484129. OLE color: 13484129.

HSL color Cylindrical-coordinate representation of color #61C0CD: hue angle of 187.22º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61C0CD is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 192 205 -
CMYK 0.53 0.06 0 0.20
HSL 187.22º 0.52% 0.59% -
HSV(B) 187.22º 0.53% 0.8% -
XYZ 34.8 44.65 64.54 -
YUV 165.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 97 192 205 0.53 0.06 0 0.20 187.22 0.52 0.59
Hex 61 C0 CD 35 6 0 14 BB 34 3B
Octal 141 300 315 65 6 0 24 273 64 73
Binary 1100001 11000000 11001101 110101 110 0 10100 10111011 110100 111011

Color Harmonies of #61C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C0CD

Black with #61C0CD

Text Example


Text Example

White with #61C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,192,205); }

 H1.HeaderClassName
 {
   color: #61C0CD;
 }
 .AnyTagClassName
 {
   color: #61C0CD;
 }
</style>

background-color css

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

 a { background-color: rgb(97,192,205); }

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

border-color css

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

 span { border-color: rgb(97,192,205); }

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