#61E3BA

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

Shades of Downy #61E3BA

Tints of Downy #61E3BA

Color information

#61E3BA (or 0x61E3BA) is unknown color: approx Downy. HEX triplet: 61, E3 and BA. RGB value is (97,227,186). Sum of RGB (Red+Green+Blue) = 97+227+186=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #61E3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E3BA is #9E1C45. Grayscale: #B7B7B7. Windows color (decimal): -10361926 or 12247905. OLE color: 12247905.

HSL color Cylindrical-coordinate representation of color #61E3BA: hue angle of 161.08º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E3BA is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB97227186-
CMYK0.5700.180.11
HSL161.08º69.89%63.53%-
HSV(B)161.08º57.27%89.02%-
XYZ41.2661.0256.06-
YUV183.46129.4366.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.02%
GREEN value IS 227 (89.06% from 255) = 44.51%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=19.02%
G=44.51%
B=36.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal972271860.5700.180.11161.0869.8963.53
Hex61E3BA39012Ba14640
Octal1413432727102213241106100
Binary1100001111000111011101011100101001010111010000110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,227,186); }

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

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

 a { background-color: rgb(97,227,186); }

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

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

 span { border-color: rgb(97,227,186); }

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