#61EFBE

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

Shades of Downy #61EFBE

Tints of Downy #61EFBE

Color information

#61EFBE (or 0x61EFBE) is unknown color: approx Downy. HEX triplet: 61, EF and BE. RGB value is (97,239,190). Sum of RGB (Red+Green+Blue) = 97+239+190=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFBE is #9E1041. Grayscale: #BFBFBF. Windows color (decimal): -10358850 or 12513121. OLE color: 12513121.

HSL color Cylindrical-coordinate representation of color #61EFBE: hue angle of 159.3º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EFBE is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB97239190-
CMYK0.5900.210.06
HSL159.3º81.61%65.88%-
HSV(B)159.3º59.41%93.73%-
XYZ45.0967.9959.46-
YUV190.96127.4660.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.44%
GREEN value IS 239 (93.75% from 255) = 45.44%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=18.44%
G=45.44%
B=36.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972391900.5900.210.06159.381.6165.88
Hex61EFBE3B01569f5242
Octal141357276730256237122102
Binary110000111101111101111101110110101011101001111110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,239,190); }

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

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

 a { background-color: rgb(97,239,190); }

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

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

 span { border-color: rgb(97,239,190); }

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