Html Css Color HEX #61E6B9 Downy

📋 copy color: '#61E6B9'

red 97 ◦ green 230 ◦ blue 185

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

Shades of Downy #61E6B9

Tints of Downy #61E6B9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.92%

 BLUE value IS 185 (72.66% from 255) = 36.13%

R = 18.95%
G = 44.92%
B = 36.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#61E6B9 (or 0x61E6B9) is known color: Downy. HEX triplet: 61, E6 and B9. RGB value is (97,230,185). Sum of RGB (Red+Green+Blue) = 97+230+185=512 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.95% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #61E6B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E6B9 is #9E1946. Grayscale: #B9B9B9. Windows color (decimal): -10361159 or 12183137. OLE color: 12183137.

HSL color Cylindrical-coordinate representation of color #61E6B9: hue angle of 159.7º degrees, saturation: 0.73, 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 #61E6B9 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 230 185 -
CMYK 0.58 0 0.20 0.10
HSL 159.7º 0.73% 0.64% -
HSV(B) 159.7º 0.58% 0.9% -
XYZ 41.98 62.64 55.78 -
YUV 185.1 127.94 65.16 -
System Red Green Blue C M Y K H S L
Decimal 97 230 185 0.58 0 0.20 0.10 159.7 0.73 0.64
Hex 61 E6 B9 3A 0 14 A A0 49 40
Octal 141 346 271 72 0 24 12 240 111 100
Binary 1100001 11100110 10111001 111010 0 10100 1010 10100000 1001001 1000000

Color Harmonies of #61E6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E6B9

Black with #61E6B9

Text Example


Text Example

White with #61E6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,230,185); }

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

background-color css

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

 a { background-color: rgb(97,230,185); }

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

border-color css

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

 span { border-color: rgb(97,230,185); }

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