Html Css Color HEX #61DACC Downy

📋 copy color: '#61DACC'

red 97 ◦ green 218 ◦ blue 204

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

Shades of Downy #61DACC

Tints of Downy #61DACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 18.69%
G = 42%
B = 39.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#61DACC (or 0x61DACC) is known color: Downy. HEX triplet: 61, DA and CC. RGB value is (97,218,204). Sum of RGB (Red+Green+Blue) = 97+218+204=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #61DACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DACC is #9E2533. Grayscale: #B4B4B4. Windows color (decimal): -10364212 or 13425249. OLE color: 13425249.

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

Color convert

RGB 97 218 204 -
CMYK 0.56 0 0.06 0.15
HSL 173.06º 0.62% 0.62% -
HSV(B) 173.06º 0.56% 0.85% -
XYZ 40.9 57.04 65.98 -
YUV 180.23 141.41 68.64 -
System Red Green Blue C M Y K H S L
Decimal 97 218 204 0.56 0 0.06 0.15 173.06 0.62 0.62
Hex 61 DA CC 38 0 6 F AD 3E 3E
Octal 141 332 314 70 0 6 17 255 76 76
Binary 1100001 11011010 11001100 111000 0 110 1111 10101101 111110 111110

Color Harmonies of #61DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DACC

Black with #61DACC

Text Example


Text Example

White with #61DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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