Html Css Color HEX #61DCCC Downy

📋 copy color: '#61DCCC'

red 97 ◦ green 220 ◦ blue 204

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

Shades of Downy #61DCCC

Tints of Downy #61DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

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

R = 18.62%
G = 42.23%
B = 39.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#61DCCC (or 0x61DCCC) is known color: Downy. HEX triplet: 61, DC and CC. RGB value is (97,220,204). Sum of RGB (Red+Green+Blue) = 97+220+204=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCCC is #9E2333. Grayscale: #B5B5B5. Windows color (decimal): -10363700 or 13425761. OLE color: 13425761.

HSL color Cylindrical-coordinate representation of color #61DCCC: hue angle of 172.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DCCC is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 220 204 -
CMYK 0.56 0 0.07 0.14
HSL 172.2º 0.64% 0.62% -
HSV(B) 172.2º 0.56% 0.86% -
XYZ 41.42 58.09 66.16 -
YUV 181.4 140.75 67.8 -
System Red Green Blue C M Y K H S L
Decimal 97 220 204 0.56 0 0.07 0.14 172.2 0.64 0.62
Hex 61 DC CC 38 0 7 E AC 40 3E
Octal 141 334 314 70 0 7 16 254 100 76
Binary 1100001 11011100 11001100 111000 0 111 1110 10101100 1000000 111110

Color Harmonies of #61DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCCC

Black with #61DCCC

Text Example


Text Example

White with #61DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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