Html Css Color HEX #61C2BE Downy

📋 copy color: '#61C2BE'

red 97 ◦ green 194 ◦ blue 190

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

Shades of Downy #61C2BE

Tints of Downy #61C2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 20.17%
G = 40.33%
B = 39.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#61C2BE (or 0x61C2BE) is known color: Downy. HEX triplet: 61, C2 and BE. RGB value is (97,194,190). Sum of RGB (Red+Green+Blue) = 97+194+190=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #61C2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C2BE is #9E3D41. Grayscale: #A4A4A4. Windows color (decimal): -10370370 or 12501601. OLE color: 12501601.

HSL color Cylindrical-coordinate representation of color #61C2BE: hue angle of 177.53º 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 #61C2BE is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 194 190 -
CMYK 0.50 0 0.02 0.24
HSL 177.53º 0.44% 0.57% -
HSV(B) 177.53º 0.5% 0.76% -
XYZ 33.52 44.84 55.6 -
YUV 164.54 142.36 79.83 -
System Red Green Blue C M Y K H S L
Decimal 97 194 190 0.50 0 0.02 0.24 177.53 0.44 0.57
Hex 61 C2 BE 32 0 2 18 B2 2C 39
Octal 141 302 276 62 0 2 30 262 54 71
Binary 1100001 11000010 10111110 110010 0 10 11000 10110010 101100 111001

Color Harmonies of #61C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C2BE

Black with #61C2BE

Text Example


Text Example

White with #61C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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