Html Css Color HEX #61DCB7 Downy

📋 copy color: '#61DCB7'

red 97 ◦ green 220 ◦ blue 183

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

Shades of Downy #61DCB7

Tints of Downy #61DCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.6%

R = 19.4%
G = 44%
B = 36.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#61DCB7 (or 0x61DCB7) is known color: Downy. HEX triplet: 61, DC and B7. RGB value is (97,220,183). Sum of RGB (Red+Green+Blue) = 97+220+183=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCB7 is #9E2348. Grayscale: #B3B3B3. Windows color (decimal): -10363721 or 12049505. OLE color: 12049505.

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

Color convert

RGB 97 220 183 -
CMYK 0.56 0 0.17 0.14
HSL 161.95º 0.64% 0.62% -
HSV(B) 161.95º 0.56% 0.86% -
XYZ 39.07 57.15 53.77 -
YUV 179.01 130.25 69.51 -
System Red Green Blue C M Y K H S L
Decimal 97 220 183 0.56 0 0.17 0.14 161.95 0.64 0.62
Hex 61 DC B7 38 0 11 E A2 40 3E
Octal 141 334 267 70 0 21 16 242 100 76
Binary 1100001 11011100 10110111 111000 0 10001 1110 10100010 1000000 111110

Color Harmonies of #61DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCB7

Black with #61DCB7

Text Example


Text Example

White with #61DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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