#61EFC6

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

Shades of Downy #61EFC6

Tints of Downy #61EFC6

Color information

#61EFC6 (or 0x61EFC6) is unknown color: approx Downy. HEX triplet: 61, EF and C6. RGB value is (97,239,198). Sum of RGB (Red+Green+Blue) = 97+239+198=534 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.16% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFC6 is #9E1039. Grayscale: #BFBFBF. Windows color (decimal): -10358842 or 13037409. OLE color: 13037409.

HSL color Cylindrical-coordinate representation of color #61EFC6: hue angle of 162.68º 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 #61EFC6 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB97239198-
CMYK0.5900.170.06
HSL162.68º81.61%65.88%-
HSV(B)162.68º59.41%93.73%-
XYZ45.9968.3564.2-
YUV191.87131.4660.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.16%
GREEN value IS 239 (93.75% from 255) = 44.76%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=18.16%
G=44.76%
B=37.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972391980.5900.170.06162.6881.6165.88
Hex61EFC63B0116a35242
Octal141357306730216243122102
Binary110000111101111110001101110110100011101010001110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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