Html Css Color HEX #61DDCE Downy

📋 copy color: '#61DDCE'

red 97 ◦ green 221 ◦ blue 206

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

Shades of Downy #61DDCE

Tints of Downy #61DDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 18.51%
G = 42.18%
B = 39.31%

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

#61DDCE (or 0x61DDCE) is known color: Downy. HEX triplet: 61, DD and CE. RGB value is (97,221,206). Sum of RGB (Red+Green+Blue) = 97+221+206=524 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.51% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DDCE is #9E2231. Grayscale: #B6B6B6. Windows color (decimal): -10363442 or 13557089. OLE color: 13557089.

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

Color convert

RGB 97 221 206 -
CMYK 0.56 0 0.07 0.13
HSL 172.74º 0.65% 0.62% -
HSV(B) 172.74º 0.56% 0.87% -
XYZ 41.93 58.71 67.52 -
YUV 182.21 141.42 67.22 -
System Red Green Blue C M Y K H S L
Decimal 97 221 206 0.56 0 0.07 0.13 172.74 0.65 0.62
Hex 61 DD CE 38 0 7 D AD 41 3E
Octal 141 335 316 70 0 7 15 255 101 76
Binary 1100001 11011101 11001110 111000 0 111 1101 10101101 1000001 111110

Color Harmonies of #61DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DDCE

Black with #61DDCE

Text Example


Text Example

White with #61DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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