Html Css Color HEX #61DABC Downy

📋 copy color: '#61DABC'

red 97 ◦ green 218 ◦ blue 188

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

Shades of Downy #61DABC

Tints of Downy #61DABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 19.28%
G = 43.34%
B = 37.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#61DABC (or 0x61DABC) is known color: Downy. HEX triplet: 61, DA and BC. RGB value is (97,218,188). Sum of RGB (Red+Green+Blue) = 97+218+188=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #61DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DABC is #9E2543. Grayscale: #B2B2B2. Windows color (decimal): -10364228 or 12376673. OLE color: 12376673.

HSL color Cylindrical-coordinate representation of color #61DABC: hue angle of 165.12º 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 #61DABC is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 218 188 -
CMYK 0.56 0 0.14 0.15
HSL 165.12º 0.62% 0.62% -
HSV(B) 165.12º 0.56% 0.85% -
XYZ 39.08 56.32 56.39 -
YUV 178.4 133.41 69.94 -
System Red Green Blue C M Y K H S L
Decimal 97 218 188 0.56 0 0.14 0.15 165.12 0.62 0.62
Hex 61 DA BC 38 0 E F A5 3E 3E
Octal 141 332 274 70 0 16 17 245 76 76
Binary 1100001 11011010 10111100 111000 0 1110 1111 10100101 111110 111110

Color Harmonies of #61DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DABC

Black with #61DABC

Text Example


Text Example

White with #61DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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