#61EABB

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

Shades of Downy #61EABB

Tints of Downy #61EABB

Color information

#61EABB (or 0x61EABB) is unknown color: approx Downy. HEX triplet: 61, EA and BB. RGB value is (97,234,187). Sum of RGB (Red+Green+Blue) = 97+234+187=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #61EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EABB is #9E1544. Grayscale: #BBBBBB. Windows color (decimal): -10360133 or 12315233. OLE color: 12315233.

HSL color Cylindrical-coordinate representation of color #61EABB: hue angle of 159.42º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EABB is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB97234187-
CMYK0.5900.200.08
HSL159.42º76.54%64.9%-
HSV(B)159.42º58.55%91.76%-
XYZ43.3264.9757.27-
YUV187.68127.6163.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.73%
GREEN value IS 234 (91.80% from 255) = 45.17%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=18.73%
G=45.17%
B=36.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972341870.5900.200.08159.4276.5464.9
Hex61EABB3B01489f4d41
Octal1413522737302410237115101
Binary1100001111010101011101111101101010010001001111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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