Html Css Color HEX #61DEBD Downy

📋 copy color: '#61DEBD'

red 97 ◦ green 222 ◦ blue 189

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

Shades of Downy #61DEBD

Tints of Downy #61DEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.7%

 BLUE value IS 189 (74.22% from 255) = 37.2%

R = 19.09%
G = 43.7%
B = 37.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#61DEBD (or 0x61DEBD) is known color: Downy. HEX triplet: 61, DE and BD. RGB value is (97,222,189). Sum of RGB (Red+Green+Blue) = 97+222+189=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #61DEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DEBD is #9E2142. Grayscale: #B4B4B4. Windows color (decimal): -10363203 or 12443233. OLE color: 12443233.

HSL color Cylindrical-coordinate representation of color #61DEBD: hue angle of 164.16º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DEBD is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 222 189 -
CMYK 0.56 0 0.15 0.13
HSL 164.16º 0.65% 0.63% -
HSV(B) 164.16º 0.56% 0.87% -
XYZ 40.24 58.46 57.31 -
YUV 180.86 132.59 68.18 -
System Red Green Blue C M Y K H S L
Decimal 97 222 189 0.56 0 0.15 0.13 164.16 0.65 0.63
Hex 61 DE BD 38 0 F D A4 41 3F
Octal 141 336 275 70 0 17 15 244 101 77
Binary 1100001 11011110 10111101 111000 0 1111 1101 10100100 1000001 111111

Color Harmonies of #61DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DEBD

Black with #61DEBD

Text Example


Text Example

White with #61DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,222,189); }

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

background-color css

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

 a { background-color: rgb(97,222,189); }

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

border-color css

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

 span { border-color: rgb(97,222,189); }

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