Html Css Color HEX #61DDC9 Downy

📋 copy color: '#61DDC9'

red 97 ◦ green 221 ◦ blue 201

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

Shades of Downy #61DDC9

Tints of Downy #61DDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.73%

R = 18.69%
G = 42.58%
B = 38.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#61DDC9 (or 0x61DDC9) is known color: Downy. HEX triplet: 61, DD and C9. RGB value is (97,221,201). Sum of RGB (Red+Green+Blue) = 97+221+201=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DDC9 is #9E2236. Grayscale: #B5B5B5. Windows color (decimal): -10363447 or 13229409. OLE color: 13229409.

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

Color convert

RGB 97 221 201 -
CMYK 0.56 0 0.09 0.13
HSL 170.32º 0.65% 0.62% -
HSV(B) 170.32º 0.56% 0.87% -
XYZ 41.33 58.47 64.37 -
YUV 181.64 138.92 67.63 -
System Red Green Blue C M Y K H S L
Decimal 97 221 201 0.56 0 0.09 0.13 170.32 0.65 0.62
Hex 61 DD C9 38 0 9 D AA 41 3E
Octal 141 335 311 70 0 11 15 252 101 76
Binary 1100001 11011101 11001001 111000 0 1001 1101 10101010 1000001 111110

Color Harmonies of #61DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DDC9

Black with #61DDC9

Text Example


Text Example

White with #61DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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