Html Css Color HEX #61DCCB Downy

📋 copy color: '#61DCCB'

red 97 ◦ green 220 ◦ blue 203

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

Shades of Downy #61DCCB

Tints of Downy #61DCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.04%

R = 18.65%
G = 42.31%
B = 39.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#61DCCB (or 0x61DCCB) is known color: Downy. HEX triplet: 61, DC and CB. RGB value is (97,220,203). Sum of RGB (Red+Green+Blue) = 97+220+203=520 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.65% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCCB is #9E2334. Grayscale: #B5B5B5. Windows color (decimal): -10363701 or 13360225. OLE color: 13360225.

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

Color convert

RGB 97 220 203 -
CMYK 0.56 0 0.08 0.14
HSL 171.71º 0.64% 0.62% -
HSV(B) 171.71º 0.56% 0.86% -
XYZ 41.3 58.04 65.53 -
YUV 181.29 140.25 67.88 -
System Red Green Blue C M Y K H S L
Decimal 97 220 203 0.56 0 0.08 0.14 171.71 0.64 0.62
Hex 61 DC CB 38 0 8 E AC 40 3E
Octal 141 334 313 70 0 10 16 254 100 76
Binary 1100001 11011100 11001011 111000 0 1000 1110 10101100 1000000 111110

Color Harmonies of #61DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCCB

Black with #61DCCB

Text Example


Text Example

White with #61DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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