Html Css Color HEX #61DDBA Downy

📋 copy color: '#61DDBA'

red 97 ◦ green 221 ◦ blue 186

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

Shades of Downy #61DDBA

Tints of Downy #61DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.85%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 19.25%
G = 43.85%
B = 36.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#61DDBA (or 0x61DDBA) is known color: Downy. HEX triplet: 61, DD and BA. RGB value is (97,221,186). Sum of RGB (Red+Green+Blue) = 97+221+186=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DDBA is #9E2245. Grayscale: #B3B3B3. Windows color (decimal): -10363462 or 12246369. OLE color: 12246369.

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

Color convert

RGB 97 221 186 -
CMYK 0.56 0 0.16 0.13
HSL 163.06º 0.65% 0.62% -
HSV(B) 163.06º 0.56% 0.87% -
XYZ 39.65 57.8 55.52 -
YUV 179.93 131.42 68.85 -
System Red Green Blue C M Y K H S L
Decimal 97 221 186 0.56 0 0.16 0.13 163.06 0.65 0.62
Hex 61 DD BA 38 0 10 D A3 41 3E
Octal 141 335 272 70 0 20 15 243 101 76
Binary 1100001 11011101 10111010 111000 0 10000 1101 10100011 1000001 111110

Color Harmonies of #61DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DDBA

Black with #61DDBA

Text Example


Text Example

White with #61DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,221,186); }

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

background-color css

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

 a { background-color: rgb(97,221,186); }

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

border-color css

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

 span { border-color: rgb(97,221,186); }

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