Html Css Color HEX #61DAC6 Downy

📋 copy color: '#61DAC6'

red 97 ◦ green 218 ◦ blue 198

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

Shades of Downy #61DAC6

Tints of Downy #61DAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.6%

R = 18.91%
G = 42.5%
B = 38.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#61DAC6 (or 0x61DAC6) is known color: Downy. HEX triplet: 61, DA and C6. RGB value is (97,218,198). Sum of RGB (Red+Green+Blue) = 97+218+198=513 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.91% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #61DAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DAC6 is #9E2539. Grayscale: #B3B3B3. Windows color (decimal): -10364218 or 13032033. OLE color: 13032033.

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

Color convert

RGB 97 218 198 -
CMYK 0.56 0 0.09 0.15
HSL 170.08º 0.62% 0.62% -
HSV(B) 170.08º 0.56% 0.85% -
XYZ 40.19 56.76 62.26 -
YUV 179.54 138.41 69.13 -
System Red Green Blue C M Y K H S L
Decimal 97 218 198 0.56 0 0.09 0.15 170.08 0.62 0.62
Hex 61 DA C6 38 0 9 F AA 3E 3E
Octal 141 332 306 70 0 11 17 252 76 76
Binary 1100001 11011010 11000110 111000 0 1001 1111 10101010 111110 111110

Color Harmonies of #61DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DAC6

Black with #61DAC6

Text Example


Text Example

White with #61DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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