Html Css Color HEX #61E1BD Downy

📋 copy color: '#61E1BD'

red 97 ◦ green 225 ◦ blue 189

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

Shades of Downy #61E1BD

Tints of Downy #61E1BD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.03%

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 18.98%
G = 44.03%
B = 36.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#61E1BD (or 0x61E1BD) is known color: Downy. HEX triplet: 61, E1 and BD. RGB value is (97,225,189). Sum of RGB (Red+Green+Blue) = 97+225+189=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #61E1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E1BD is #9E1E42. Grayscale: #B6B6B6. Windows color (decimal): -10362435 or 12444001. OLE color: 12444001.

HSL color Cylindrical-coordinate representation of color #61E1BD: hue angle of 163.12º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E1BD is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 225 189 -
CMYK 0.57 0 0.16 0.12
HSL 163.13º 0.68% 0.63% -
HSV(B) 163.13º 0.57% 0.88% -
XYZ 41.04 60.07 57.57 -
YUV 182.62 131.59 66.93 -
System Red Green Blue C M Y K H S L
Decimal 97 225 189 0.57 0 0.16 0.12 163.13 0.68 0.63
Hex 61 E1 BD 39 0 10 C A3 44 3F
Octal 141 341 275 71 0 20 14 243 104 77
Binary 1100001 11100001 10111101 111001 0 10000 1100 10100011 1000100 111111

Color Harmonies of #61E1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E1BD

Black with #61E1BD

Text Example


Text Example

White with #61E1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,225,189); }

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

background-color css

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

 a { background-color: rgb(97,225,189); }

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

border-color css

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

 span { border-color: rgb(97,225,189); }

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