Html Css Color HEX #61DDC3 Downy

📋 copy color: '#61DDC3'

red 97 ◦ green 221 ◦ blue 195

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

Shades of Downy #61DDC3

Tints of Downy #61DDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.01%

R = 18.91%
G = 43.08%
B = 38.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#61DDC3 (or 0x61DDC3) is known color: Downy. HEX triplet: 61, DD and C3. RGB value is (97,221,195). Sum of RGB (Red+Green+Blue) = 97+221+195=513 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.91% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DDC3 is #9E223C. Grayscale: #B4B4B4. Windows color (decimal): -10363453 or 12836193. OLE color: 12836193.

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

Color convert

RGB 97 221 195 -
CMYK 0.56 0 0.12 0.13
HSL 167.42º 0.65% 0.62% -
HSV(B) 167.42º 0.56% 0.87% -
XYZ 40.64 58.19 60.72 -
YUV 180.96 135.92 68.11 -
System Red Green Blue C M Y K H S L
Decimal 97 221 195 0.56 0 0.12 0.13 167.42 0.65 0.62
Hex 61 DD C3 38 0 C D A7 41 3E
Octal 141 335 303 70 0 14 15 247 101 76
Binary 1100001 11011101 11000011 111000 0 1100 1101 10100111 1000001 111110

Color Harmonies of #61DDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DDC3

Black with #61DDC3

Text Example


Text Example

White with #61DDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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