Html Css Color HEX #61DAC7 Downy

📋 copy color: '#61DAC7'

red 97 ◦ green 218 ◦ blue 199

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

Shades of Downy #61DAC7

Tints of Downy #61DAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.72%

R = 18.87%
G = 42.41%
B = 38.72%

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

#61DAC7 (or 0x61DAC7) is known color: Downy. HEX triplet: 61, DA and C7. RGB value is (97,218,199). Sum of RGB (Red+Green+Blue) = 97+218+199=514 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.87% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #61DAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DAC7 is #9E2538. Grayscale: #B3B3B3. Windows color (decimal): -10364217 or 13097569. OLE color: 13097569.

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

Color convert

RGB 97 218 199 -
CMYK 0.56 0 0.09 0.15
HSL 170.58º 0.62% 0.62% -
HSV(B) 170.58º 0.56% 0.85% -
XYZ 40.31 56.81 62.87 -
YUV 179.66 138.91 69.04 -
System Red Green Blue C M Y K H S L
Decimal 97 218 199 0.56 0 0.09 0.15 170.58 0.62 0.62
Hex 61 DA C7 38 0 9 F AB 3E 3E
Octal 141 332 307 70 0 11 17 253 76 76
Binary 1100001 11011010 11000111 111000 0 1001 1111 10101011 111110 111110

Color Harmonies of #61DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DAC7

Black with #61DAC7

Text Example


Text Example

White with #61DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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