Html Css Color HEX #61EDC6 Downy

📋 copy color: '#61EDC6'

red 97 ◦ green 237 ◦ blue 198

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

Shades of Downy #61EDC6

Tints of Downy #61EDC6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.55%

 BLUE value IS 198 (77.73% from 255) = 37.22%

R = 18.23%
G = 44.55%
B = 37.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#61EDC6 (or 0x61EDC6) is known color: Downy. HEX triplet: 61, ED and C6. RGB value is (97,237,198). Sum of RGB (Red+Green+Blue) = 97+237+198=532 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.23% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EDC6 is #9E1239. Grayscale: #BEBEBE. Windows color (decimal): -10359354 or 13036897. OLE color: 13036897.

HSL color Cylindrical-coordinate representation of color #61EDC6: hue angle of 163.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EDC6 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 237 198 -
CMYK 0.59 0 0.16 0.07
HSL 163.29º 0.8% 0.65% -
HSV(B) 163.29º 0.59% 0.93% -
XYZ 45.41 67.19 64 -
YUV 190.69 132.12 61.17 -
System Red Green Blue C M Y K H S L
Decimal 97 237 198 0.59 0 0.16 0.07 163.29 0.8 0.65
Hex 61 ED C6 3B 0 10 7 A3 50 41
Octal 141 355 306 73 0 20 7 243 120 101
Binary 1100001 11101101 11000110 111011 0 10000 111 10100011 1010000 1000001

Color Harmonies of #61EDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EDC6

Black with #61EDC6

Text Example


Text Example

White with #61EDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,237,198); }

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

background-color css

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

 a { background-color: rgb(97,237,198); }

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

border-color css

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

 span { border-color: rgb(97,237,198); }

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