Html Css Color HEX #61DFBA Downy

📋 copy color: '#61DFBA'

red 97 ◦ green 223 ◦ blue 186

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

Shades of Downy #61DFBA

Tints of Downy #61DFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 19.17%
G = 44.07%
B = 36.76%

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

#61DFBA (or 0x61DFBA) is known color: Downy. HEX triplet: 61, DF and BA. RGB value is (97,223,186). Sum of RGB (Red+Green+Blue) = 97+223+186=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFBA is #9E2045. Grayscale: #B5B5B5. Windows color (decimal): -10362950 or 12246881. OLE color: 12246881.

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

Color convert

RGB 97 223 186 -
CMYK 0.57 0 0.17 0.13
HSL 162.38º 0.66% 0.63% -
HSV(B) 162.38º 0.57% 0.87% -
XYZ 40.18 58.86 55.7 -
YUV 181.11 130.76 68.01 -
System Red Green Blue C M Y K H S L
Decimal 97 223 186 0.57 0 0.17 0.13 162.38 0.66 0.63
Hex 61 DF BA 39 0 11 D A2 42 3F
Octal 141 337 272 71 0 21 15 242 102 77
Binary 1100001 11011111 10111010 111001 0 10001 1101 10100010 1000010 111111

Color Harmonies of #61DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DFBA

Black with #61DFBA

Text Example


Text Example

White with #61DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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