#61e7c2

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

Shades of Downy #61E7C2

Tints of Downy #61E7C2

Color information

#61E7C2 (or 0x61E7C2) is unknown color: approx Downy. HEX triplet: 61, E7 and C2. RGB value is (97,231,194). Sum of RGB (Red+Green+Blue) = 97+231+194=522 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.58% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #61E7C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E7C2 is #9E183D. Grayscale: #BABABA. Windows color (decimal): -10360894 or 12773217. OLE color: 12773217.

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

Color convert

RGB97231194-
CMYK0.5800.160.09
HSL163.43º73.63%64.31%-
HSV(B)163.43º58.01%90.59%-
XYZ43.2463.5961.03-
YUV186.72132.1164.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.58%
GREEN value IS 231 (90.62% from 255) = 44.25%
BLUE value IS 194 (76.17% from 255) = 37.16%
R=18.58%
G=44.25%
B=37.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972311940.5800.160.09163.4373.6364.31
Hex61E7C23A0109a34a40
Octal1413473027202011243112100
Binary1100001111001111100001011101001000010011010001110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61e7c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,231,194); }

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

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

 a { background-color: rgb(97,231,194); }

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

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

 span { border-color: rgb(97,231,194); }

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