#61ECBB

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

Shades of Downy #61ECBB

Tints of Downy #61ECBB

Color information

#61ECBB (or 0x61ECBB) is unknown color: approx Downy. HEX triplet: 61, EC and BB. RGB value is (97,236,187). Sum of RGB (Red+Green+Blue) = 97+236+187=520 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.65% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #61ECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61ECBB is #9E1344. Grayscale: #BCBCBC. Windows color (decimal): -10359621 or 12315745. OLE color: 12315745.

HSL color Cylindrical-coordinate representation of color #61ECBB: hue angle of 158.85º 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 #61ECBB is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB97236187-
CMYK0.5900.210.07
HSL158.85º78.53%65.29%-
HSV(B)158.85º58.9%92.55%-
XYZ43.8966.1257.46-
YUV188.85126.9562.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.65%
GREEN value IS 236 (92.58% from 255) = 45.38%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=18.65%
G=45.38%
B=35.96%

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
Decimal972361870.5900.210.07158.8578.5365.29
Hex61ECBB3B01579f4f41
Octal141354273730257237117101
Binary110000111101100101110111110110101011111001111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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