Html Css Color HEX #61DFB8 Downy

📋 copy color: '#61DFB8'

red 97 ◦ green 223 ◦ blue 184

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

Shades of Downy #61DFB8

Tints of Downy #61DFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 19.25%
G = 44.25%
B = 36.51%

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

#61DFB8 (or 0x61DFB8) is known color: Downy. HEX triplet: 61, DF and B8. RGB value is (97,223,184). Sum of RGB (Red+Green+Blue) = 97+223+184=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFB8 is #9E2047. Grayscale: #B4B4B4. Windows color (decimal): -10362952 or 12115809. OLE color: 12115809.

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

Color convert

RGB 97 223 184 -
CMYK 0.57 0 0.17 0.13
HSL 161.43º 0.66% 0.63% -
HSV(B) 161.43º 0.57% 0.87% -
XYZ 39.97 58.78 54.59 -
YUV 180.88 129.76 68.17 -
System Red Green Blue C M Y K H S L
Decimal 97 223 184 0.57 0 0.17 0.13 161.43 0.66 0.63
Hex 61 DF B8 39 0 11 D A1 42 3F
Octal 141 337 270 71 0 21 15 241 102 77
Binary 1100001 11011111 10111000 111001 0 10001 1101 10100001 1000010 111111

Color Harmonies of #61DFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DFB8

Black with #61DFB8

Text Example


Text Example

White with #61DFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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