#61E0BA

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

Shades of Downy #61E0BA

Tints of Downy #61E0BA

Color information

#61E0BA (or 0x61E0BA) is unknown color: approx Downy. HEX triplet: 61, E0 and BA. RGB value is (97,224,186). Sum of RGB (Red+Green+Blue) = 97+224+186=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #61E0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E0BA is #9E1F45. Grayscale: #B5B5B5. Windows color (decimal): -10362694 or 12247137. OLE color: 12247137.

HSL color Cylindrical-coordinate representation of color #61E0BA: hue angle of 162.05º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E0BA is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB97224186-
CMYK0.5700.170.12
HSL162.05º67.2%62.94%-
HSV(B)162.05º56.7%87.84%-
XYZ40.4559.455.79-
YUV181.7130.4267.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.13%
GREEN value IS 224 (87.89% from 255) = 44.18%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=19.13%
G=44.18%
B=36.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal972241860.5700.170.12162.0567.262.94
Hex61E0BA39011Ca2433f
Octal141340272710211424210377
Binary110000111100000101110101110010100011100101000101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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