Html Css Color HEX #61DFCB Downy

📋 copy color: '#61DFCB'

red 97 ◦ green 223 ◦ blue 203

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

Shades of Downy #61DFCB

Tints of Downy #61DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.64%

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

R = 18.55%
G = 42.64%
B = 38.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#61DFCB (or 0x61DFCB) is known color: Downy. HEX triplet: 61, DF and CB. RGB value is (97,223,203). Sum of RGB (Red+Green+Blue) = 97+223+203=523 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.55% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFCB is #9E2034. Grayscale: #B7B7B7. Windows color (decimal): -10362933 or 13360993. OLE color: 13360993.

HSL color Cylindrical-coordinate representation of color #61DFCB: hue angle of 170.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DFCB is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 223 203 -
CMYK 0.57 0 0.09 0.13
HSL 170.48º 0.66% 0.63% -
HSV(B) 170.48º 0.57% 0.87% -
XYZ 42.1 59.63 65.79 -
YUV 183.05 139.26 66.63 -
System Red Green Blue C M Y K H S L
Decimal 97 223 203 0.57 0 0.09 0.13 170.48 0.66 0.63
Hex 61 DF CB 39 0 9 D AA 42 3F
Octal 141 337 313 71 0 11 15 252 102 77
Binary 1100001 11011111 11001011 111001 0 1001 1101 10101010 1000010 111111

Color Harmonies of #61DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DFCB

Black with #61DFCB

Text Example


Text Example

White with #61DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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