Html Css Color HEX #61DFB9 Downy

📋 copy color: '#61DFB9'

red 97 ◦ green 223 ◦ blue 185

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

Shades of Downy #61DFB9

Tints of Downy #61DFB9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 19.21%
G = 44.16%
B = 36.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#61DFB9 (or 0x61DFB9) is known color: Downy. HEX triplet: 61, DF and B9. RGB value is (97,223,185). Sum of RGB (Red+Green+Blue) = 97+223+185=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFB9 is #9E2046. Grayscale: #B5B5B5. Windows color (decimal): -10362951 or 12181345. OLE color: 12181345.

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

Color convert

RGB 97 223 185 -
CMYK 0.57 0 0.17 0.13
HSL 161.9º 0.66% 0.63% -
HSV(B) 161.9º 0.57% 0.87% -
XYZ 40.07 58.82 55.14 -
YUV 180.99 130.26 68.09 -
System Red Green Blue C M Y K H S L
Decimal 97 223 185 0.57 0 0.17 0.13 161.9 0.66 0.63
Hex 61 DF B9 39 0 11 D A2 42 3F
Octal 141 337 271 71 0 21 15 242 102 77
Binary 1100001 11011111 10111001 111001 0 10001 1101 10100010 1000010 111111

Color Harmonies of #61DFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DFB9

Black with #61DFB9

Text Example


Text Example

White with #61DFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,223,185); }

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

background-color css

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

 a { background-color: rgb(97,223,185); }

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

border-color css

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

 span { border-color: rgb(97,223,185); }

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