#61EEBE

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

Shades of Downy #61EEBE

Tints of Downy #61EEBE

Color information

#61EEBE (or 0x61EEBE) is unknown color: approx Downy. HEX triplet: 61, EE and BE. RGB value is (97,238,190). Sum of RGB (Red+Green+Blue) = 97+238+190=525 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.48% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #61EEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EEBE is #9E1141. Grayscale: #BEBEBE. Windows color (decimal): -10359106 or 12512865. OLE color: 12512865.

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

Color convert

RGB97238190-
CMYK0.5900.200.07
HSL159.57º80.57%65.69%-
HSV(B)159.57º59.24%93.33%-
XYZ44.867.4159.37-
YUV190.37127.7961.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.48%
GREEN value IS 238 (93.36% from 255) = 45.33%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=18.48%
G=45.33%
B=36.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972381900.5900.200.07159.5780.5765.69
Hex61EEBE3B0147a05142
Octal141356276730247240121102
Binary110000111101110101111101110110101001111010000010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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