Html Css Color HEX #61DEC3 Downy

📋 copy color: '#61DEC3'

red 97 ◦ green 222 ◦ blue 195

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

Shades of Downy #61DEC3

Tints of Downy #61DEC3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.19%

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

R = 18.87%
G = 43.19%
B = 37.94%

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

#61DEC3 (or 0x61DEC3) is known color: Downy. HEX triplet: 61, DE and C3. RGB value is (97,222,195). Sum of RGB (Red+Green+Blue) = 97+222+195=514 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.87% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #61DEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DEC3 is #9E213C. Grayscale: #B5B5B5. Windows color (decimal): -10363197 or 12836449. OLE color: 12836449.

HSL color Cylindrical-coordinate representation of color #61DEC3: hue angle of 167.04º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DEC3 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 222 195 -
CMYK 0.56 0 0.12 0.13
HSL 167.04º 0.65% 0.63% -
HSV(B) 167.04º 0.56% 0.87% -
XYZ 40.9 58.72 60.81 -
YUV 181.55 135.59 67.7 -
System Red Green Blue C M Y K H S L
Decimal 97 222 195 0.56 0 0.12 0.13 167.04 0.65 0.63
Hex 61 DE C3 38 0 C D A7 41 3F
Octal 141 336 303 70 0 14 15 247 101 77
Binary 1100001 11011110 11000011 111000 0 1100 1101 10100111 1000001 111111

Color Harmonies of #61DEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DEC3

Black with #61DEC3

Text Example


Text Example

White with #61DEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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