Html Css Color HEX #61DCCD Downy

📋 copy color: '#61DCCD'

red 97 ◦ green 220 ◦ blue 205

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

Shades of Downy #61DCCD

Tints of Downy #61DCCD

RGB

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

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

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

R = 18.58%
G = 42.15%
B = 39.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#61DCCD (or 0x61DCCD) is known color: Downy. HEX triplet: 61, DC and CD. RGB value is (97,220,205). Sum of RGB (Red+Green+Blue) = 97+220+205=522 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.58% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCCD is #9E2332. Grayscale: #B5B5B5. Windows color (decimal): -10363699 or 13491297. OLE color: 13491297.

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

Color convert

RGB 97 220 205 -
CMYK 0.56 0 0.07 0.14
HSL 172.68º 0.64% 0.62% -
HSV(B) 172.68º 0.56% 0.86% -
XYZ 41.54 58.14 66.79 -
YUV 181.51 141.25 67.72 -
System Red Green Blue C M Y K H S L
Decimal 97 220 205 0.56 0 0.07 0.14 172.68 0.64 0.62
Hex 61 DC CD 38 0 7 E AD 40 3E
Octal 141 334 315 70 0 7 16 255 100 76
Binary 1100001 11011100 11001101 111000 0 111 1110 10101101 1000000 111110

Color Harmonies of #61DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCCD

Black with #61DCCD

Text Example


Text Example

White with #61DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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