Html Css Color HEX #61C2C0 Downy

📋 copy color: '#61C2C0'

red 97 ◦ green 194 ◦ blue 192

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

Shades of Downy #61C2C0

Tints of Downy #61C2C0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

 BLUE value IS 192 (75.39% from 255) = 39.75%

R = 20.08%
G = 40.17%
B = 39.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#61C2C0 (or 0x61C2C0) is known color: Downy. HEX triplet: 61, C2 and C0. RGB value is (97,194,192). Sum of RGB (Red+Green+Blue) = 97+194+192=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #61C2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C2C0 is #9E3D3F. Grayscale: #A4A4A4. Windows color (decimal): -10370368 or 12632673. OLE color: 12632673.

HSL color Cylindrical-coordinate representation of color #61C2C0: hue angle of 178.76º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C2C0 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 194 192 -
CMYK 0.50 0 0.01 0.24
HSL 178.76º 0.44% 0.57% -
HSV(B) 178.76º 0.5% 0.76% -
XYZ 33.74 44.93 56.76 -
YUV 164.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 97 194 192 0.50 0 0.01 0.24 178.76 0.44 0.57
Hex 61 C2 C0 32 0 1 18 B3 2C 39
Octal 141 302 300 62 0 1 30 263 54 71
Binary 1100001 11000010 11000000 110010 0 1 11000 10110011 101100 111001

Color Harmonies of #61C2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C2C0

Black with #61C2C0

Text Example


Text Example

White with #61C2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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