Html Css Color HEX #61E6BA Downy

📋 copy color: '#61E6BA'

red 97 ◦ green 230 ◦ blue 186

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

Shades of Downy #61E6BA

Tints of Downy #61E6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 18.91%
G = 44.83%
B = 36.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#61E6BA (or 0x61E6BA) is known color: Downy. HEX triplet: 61, E6 and BA. RGB value is (97,230,186). Sum of RGB (Red+Green+Blue) = 97+230+186=513 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.91% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #61E6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E6BA is #9E1945. Grayscale: #B9B9B9. Windows color (decimal): -10361158 or 12248673. OLE color: 12248673.

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

Color convert

RGB 97 230 186 -
CMYK 0.58 0 0.19 0.10
HSL 160.15º 0.73% 0.64% -
HSV(B) 160.15º 0.58% 0.9% -
XYZ 42.09 62.68 56.33 -
YUV 185.22 128.44 65.08 -
System Red Green Blue C M Y K H S L
Decimal 97 230 186 0.58 0 0.19 0.10 160.15 0.73 0.64
Hex 61 E6 BA 3A 0 13 A A0 49 40
Octal 141 346 272 72 0 23 12 240 111 100
Binary 1100001 11100110 10111010 111010 0 10011 1010 10100000 1001001 1000000

Color Harmonies of #61E6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E6BA

Black with #61E6BA

Text Example


Text Example

White with #61E6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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