Html Css Color HEX #61DDCB Downy

📋 copy color: '#61DDCB'

red 97 ◦ green 221 ◦ blue 203

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

Shades of Downy #61DDCB

Tints of Downy #61DDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 18.62%
G = 42.42%
B = 38.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#61DDCB (or 0x61DDCB) is known color: Downy. HEX triplet: 61, DD and CB. RGB value is (97,221,203). Sum of RGB (Red+Green+Blue) = 97+221+203=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DDCB is #9E2234. Grayscale: #B5B5B5. Windows color (decimal): -10363445 or 13360481. OLE color: 13360481.

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

Color convert

RGB 97 221 203 -
CMYK 0.56 0 0.08 0.13
HSL 171.29º 0.65% 0.62% -
HSV(B) 171.29º 0.56% 0.87% -
XYZ 41.57 58.57 65.61 -
YUV 181.87 139.92 67.46 -
System Red Green Blue C M Y K H S L
Decimal 97 221 203 0.56 0 0.08 0.13 171.29 0.65 0.62
Hex 61 DD CB 38 0 8 D AB 41 3E
Octal 141 335 313 70 0 10 15 253 101 76
Binary 1100001 11011101 11001011 111000 0 1000 1101 10101011 1000001 111110

Color Harmonies of #61DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DDCB

Black with #61DDCB

Text Example


Text Example

White with #61DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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