Html Css Color HEX #61DCBE Downy

📋 copy color: '#61DCBE'

red 97 ◦ green 220 ◦ blue 190

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

Shades of Downy #61DCBE

Tints of Downy #61DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.39%

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

R = 19.13%
G = 43.39%
B = 37.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#61DCBE (or 0x61DCBE) is known color: Downy. HEX triplet: 61, DC and BE. RGB value is (97,220,190). Sum of RGB (Red+Green+Blue) = 97+220+190=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCBE is #9E2341. Grayscale: #B3B3B3. Windows color (decimal): -10363714 or 12508257. OLE color: 12508257.

HSL color Cylindrical-coordinate representation of color #61DCBE: hue angle of 165.37º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DCBE is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 220 190 -
CMYK 0.56 0 0.14 0.14
HSL 165.37º 0.64% 0.62% -
HSV(B) 165.37º 0.56% 0.86% -
XYZ 39.82 57.45 57.7 -
YUV 179.8 133.75 68.94 -
System Red Green Blue C M Y K H S L
Decimal 97 220 190 0.56 0 0.14 0.14 165.37 0.64 0.62
Hex 61 DC BE 38 0 E E A5 40 3E
Octal 141 334 276 70 0 16 16 245 100 76
Binary 1100001 11011100 10111110 111000 0 1110 1110 10100101 1000000 111110

Color Harmonies of #61DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCBE

Black with #61DCBE

Text Example


Text Example

White with #61DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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