Html Css Color HEX #61DABA Downy

📋 copy color: '#61DABA'

red 97 ◦ green 218 ◦ blue 186

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

Shades of Downy #61DABA

Tints of Downy #61DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.51%

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

R = 19.36%
G = 43.51%
B = 37.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#61DABA (or 0x61DABA) is known color: Downy. HEX triplet: 61, DA and BA. RGB value is (97,218,186). Sum of RGB (Red+Green+Blue) = 97+218+186=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #61DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DABA is #9E2545. Grayscale: #B2B2B2. Windows color (decimal): -10364230 or 12245601. OLE color: 12245601.

HSL color Cylindrical-coordinate representation of color #61DABA: hue angle of 164.13º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DABA is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 218 186 -
CMYK 0.56 0 0.15 0.15
HSL 164.13º 0.62% 0.62% -
HSV(B) 164.13º 0.56% 0.85% -
XYZ 38.86 56.23 55.26 -
YUV 178.17 132.41 70.1 -
System Red Green Blue C M Y K H S L
Decimal 97 218 186 0.56 0 0.15 0.15 164.13 0.62 0.62
Hex 61 DA BA 38 0 F F A4 3E 3E
Octal 141 332 272 70 0 17 17 244 76 76
Binary 1100001 11011010 10111010 111000 0 1111 1111 10100100 111110 111110

Color Harmonies of #61DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DABA

Black with #61DABA

Text Example


Text Example

White with #61DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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