Html Css Color HEX #61E5BE Downy

📋 copy color: '#61E5BE'

red 97 ◦ green 229 ◦ blue 190

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

Shades of Downy #61E5BE

Tints of Downy #61E5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.38%

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 18.8%
G = 44.38%
B = 36.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#61E5BE (or 0x61E5BE) is known color: Downy. HEX triplet: 61, E5 and BE. RGB value is (97,229,190). Sum of RGB (Red+Green+Blue) = 97+229+190=516 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.80% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #61E5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E5BE is #9E1A41. Grayscale: #B9B9B9. Windows color (decimal): -10361410 or 12510561. OLE color: 12510561.

HSL color Cylindrical-coordinate representation of color #61E5BE: hue angle of 162.27º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E5BE is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 229 190 -
CMYK 0.58 0 0.17 0.10
HSL 162.27º 0.72% 0.64% -
HSV(B) 162.27º 0.58% 0.9% -
XYZ 42.24 62.3 58.51 -
YUV 185.09 130.77 65.17 -
System Red Green Blue C M Y K H S L
Decimal 97 229 190 0.58 0 0.17 0.10 162.27 0.72 0.64
Hex 61 E5 BE 3A 0 11 A A2 48 40
Octal 141 345 276 72 0 21 12 242 110 100
Binary 1100001 11100101 10111110 111010 0 10001 1010 10100010 1001000 1000000

Color Harmonies of #61E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E5BE

Black with #61E5BE

Text Example


Text Example

White with #61E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,229,190); }

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

background-color css

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

 a { background-color: rgb(97,229,190); }

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

border-color css

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

 span { border-color: rgb(97,229,190); }

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