Html Css Color HEX #61ADC5 Viking

📋 copy color: '#61ADC5'

red 97 ◦ green 173 ◦ blue 197

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

Shades of Viking #61ADC5

Tints of Viking #61ADC5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.04%

 BLUE value IS 197 (77.34% from 255) = 42.18%

R = 20.77%
G = 37.04%
B = 42.18%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#61ADC5 (or 0x61ADC5) is known color: Viking. HEX triplet: 61, AD and C5. RGB value is (97,173,197). Sum of RGB (Red+Green+Blue) = 97+173+197=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #61ADC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADC5 is #9E523A. Grayscale: #989898. Windows color (decimal): -10375739 or 12954977. OLE color: 12954977.

HSL color Cylindrical-coordinate representation of color #61ADC5: hue angle of 194.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61ADC5 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 173 197 -
CMYK 0.51 0.12 0 0.23
HSL 194.4º 0.46% 0.58% -
HSV(B) 194.4º 0.51% 0.77% -
XYZ 29.95 36.46 58.28 -
YUV 153.01 152.82 88.05 -
System Red Green Blue C M Y K H S L
Decimal 97 173 197 0.51 0.12 0 0.23 194.4 0.46 0.58
Hex 61 AD C5 33 C 0 17 C2 2E 3A
Octal 141 255 305 63 14 0 27 302 56 72
Binary 1100001 10101101 11000101 110011 1100 0 10111 11000010 101110 111010

Color Harmonies of #61ADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ADC5

Black with #61ADC5

Text Example


Text Example

White with #61ADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,173,197); }

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

background-color css

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

 a { background-color: rgb(97,173,197); }

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

border-color css

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

 span { border-color: rgb(97,173,197); }

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