Html Css Color HEX #61DACE Downy

📋 copy color: '#61DACE'

red 97 ◦ green 218 ◦ blue 206

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

Shades of Downy #61DACE

Tints of Downy #61DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 18.62%
G = 41.84%
B = 39.54%

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

#61DACE (or 0x61DACE) is known color: Downy. HEX triplet: 61, DA and CE. RGB value is (97,218,206). Sum of RGB (Red+Green+Blue) = 97+218+206=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #61DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DACE is #9E2531. Grayscale: #B4B4B4. Windows color (decimal): -10364210 or 13556321. OLE color: 13556321.

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

Color convert

RGB 97 218 206 -
CMYK 0.56 0 0.06 0.15
HSL 174.05º 0.62% 0.62% -
HSV(B) 174.05º 0.56% 0.85% -
XYZ 41.14 57.14 67.25 -
YUV 180.45 142.41 68.48 -
System Red Green Blue C M Y K H S L
Decimal 97 218 206 0.56 0 0.06 0.15 174.05 0.62 0.62
Hex 61 DA CE 38 0 6 F AE 3E 3E
Octal 141 332 316 70 0 6 17 256 76 76
Binary 1100001 11011010 11001110 111000 0 110 1111 10101110 111110 111110

Color Harmonies of #61DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DACE

Black with #61DACE

Text Example


Text Example

White with #61DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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