Html Css Color HEX #61DECB Downy

📋 copy color: '#61DECB'

red 97 ◦ green 222 ◦ blue 203

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

Shades of Downy #61DECB

Tints of Downy #61DECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.53%

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

R = 18.58%
G = 42.53%
B = 38.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#61DECB (or 0x61DECB) is known color: Downy. HEX triplet: 61, DE and CB. RGB value is (97,222,203). Sum of RGB (Red+Green+Blue) = 97+222+203=522 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.58% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #61DECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DECB is #9E2134. Grayscale: #B6B6B6. Windows color (decimal): -10363189 or 13360737. OLE color: 13360737.

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

Color convert

RGB 97 222 203 -
CMYK 0.56 0 0.09 0.13
HSL 170.88º 0.65% 0.63% -
HSV(B) 170.88º 0.56% 0.87% -
XYZ 41.83 59.1 65.7 -
YUV 182.46 139.59 67.04 -
System Red Green Blue C M Y K H S L
Decimal 97 222 203 0.56 0 0.09 0.13 170.88 0.65 0.63
Hex 61 DE CB 38 0 9 D AB 41 3F
Octal 141 336 313 70 0 11 15 253 101 77
Binary 1100001 11011110 11001011 111000 0 1001 1101 10101011 1000001 111111

Color Harmonies of #61DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DECB

Black with #61DECB

Text Example


Text Example

White with #61DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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