Html Css Color HEX #61DACA Downy

📋 copy color: '#61DACA'

red 97 ◦ green 218 ◦ blue 202

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

Shades of Downy #61DACA

Tints of Downy #61DACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.07%

R = 18.76%
G = 42.17%
B = 39.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#61DACA (or 0x61DACA) is known color: Downy. HEX triplet: 61, DA and CA. RGB value is (97,218,202). Sum of RGB (Red+Green+Blue) = 97+218+202=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #61DACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DACA is #9E2535. Grayscale: #B3B3B3. Windows color (decimal): -10364214 or 13294177. OLE color: 13294177.

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

Color convert

RGB 97 218 202 -
CMYK 0.56 0 0.07 0.15
HSL 172.07º 0.62% 0.62% -
HSV(B) 172.07º 0.56% 0.85% -
XYZ 40.66 56.95 64.73 -
YUV 180 140.41 68.8 -
System Red Green Blue C M Y K H S L
Decimal 97 218 202 0.56 0 0.07 0.15 172.07 0.62 0.62
Hex 61 DA CA 38 0 7 F AC 3E 3E
Octal 141 332 312 70 0 7 17 254 76 76
Binary 1100001 11011010 11001010 111000 0 111 1111 10101100 111110 111110

Color Harmonies of #61DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DACA

Black with #61DACA

Text Example


Text Example

White with #61DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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