#61E8BD

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

Shades of Downy #61E8BD

Tints of Downy #61E8BD

Color information

#61E8BD (or 0x61E8BD) is unknown color: approx Downy. HEX triplet: 61, E8 and BD. RGB value is (97,232,189). Sum of RGB (Red+Green+Blue) = 97+232+189=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8BD is #9E1742. Grayscale: #BABABA. Windows color (decimal): -10360643 or 12445793. OLE color: 12445793.

HSL color Cylindrical-coordinate representation of color #61E8BD: hue angle of 160.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E8BD is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB97232189-
CMYK0.5800.190.09
HSL160.89º74.59%64.51%-
HSV(B)160.89º58.19%90.98%-
XYZ42.9763.9358.22-
YUV186.73129.2764-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.73%
GREEN value IS 232 (91.02% from 255) = 44.79%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=18.73%
G=44.79%
B=36.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972321890.5800.190.09160.8974.5964.51
Hex61E8BD3A0139a14b41
Octal1413502757202311241113101
Binary1100001111010001011110111101001001110011010000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,232,189); }

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

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

 a { background-color: rgb(97,232,189); }

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

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

 span { border-color: rgb(97,232,189); }

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