#61ECBA

Color #61ECBA Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #61ECBA

Tints of Downy #61ECBA

Color information

#61ECBA (or 0x61ECBA) is unknown color: approx Downy. HEX triplet: 61, EC and BA. RGB value is (97,236,186). Sum of RGB (Red+Green+Blue) = 97+236+186=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #61ECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61ECBA is #9E1345. Grayscale: #BCBCBC. Windows color (decimal): -10359622 or 12250209. OLE color: 12250209.

HSL color Cylindrical-coordinate representation of color #61ECBA: hue angle of 158.42º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61ECBA is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB97236186-
CMYK0.5900.210.07
HSL158.42º78.53%65.29%-
HSV(B)158.42º58.9%92.55%-
XYZ43.7966.0856.9-
YUV188.74126.4562.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.69%
GREEN value IS 236 (92.58% from 255) = 45.47%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=18.69%
G=45.47%
B=35.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972361860.5900.210.07158.4278.5365.29
Hex61ECBA3B01579e4f41
Octal141354272730257236117101
Binary110000111101100101110101110110101011111001111010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61ECBA;
 }
 .AnyTagClassName
 {
   color: #61ECBA;
 }
</style>
background-color css

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

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

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

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

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

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