Html Css Color HEX #61DDCD Downy

📋 copy color: '#61DDCD'

red 97 ◦ green 221 ◦ blue 205

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

Shades of Downy #61DDCD

Tints of Downy #61DDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 18.55%
G = 42.26%
B = 39.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#61DDCD (or 0x61DDCD) is known color: Downy. HEX triplet: 61, DD and CD. RGB value is (97,221,205). Sum of RGB (Red+Green+Blue) = 97+221+205=523 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.55% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DDCD is #9E2232. Grayscale: #B6B6B6. Windows color (decimal): -10363443 or 13491553. OLE color: 13491553.

HSL color Cylindrical-coordinate representation of color #61DDCD: hue angle of 172.26º 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 #61DDCD is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 221 205 -
CMYK 0.56 0 0.07 0.13
HSL 172.26º 0.65% 0.62% -
HSV(B) 172.26º 0.56% 0.87% -
XYZ 41.81 58.66 66.88 -
YUV 182.1 140.92 67.3 -
System Red Green Blue C M Y K H S L
Decimal 97 221 205 0.56 0 0.07 0.13 172.26 0.65 0.62
Hex 61 DD CD 38 0 7 D AC 41 3E
Octal 141 335 315 70 0 7 15 254 101 76
Binary 1100001 11011101 11001101 111000 0 111 1101 10101100 1000001 111110

Color Harmonies of #61DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DDCD

Black with #61DDCD

Text Example


Text Example

White with #61DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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